Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Adding ITTracingTest to verify events and span attributes (whic… #1514

Merged
merged 5 commits into from
Jul 10, 2024

Commits on Jul 8, 2024

  1. test: Adding ITTracingTest to verify events and span attributes (whic…

    …h are not verified in ITE2ETracingTest) due to TraceClient API limitations.
    
    - This test uses InMemorySpanExporter to read the generated Otel span data by the test process to verify generated span data as it were before exporting to a backend. None of the span data is exported to a durable backend.
    - This test is still an E2E test as it requires a project to send RPCs to.
    jimit-j-shah committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c72b23d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d85c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f50d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8561844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd9c3f9 View commit details
    Browse the repository at this point in the history