Skip to content

Conversation

@harsimar
Copy link
Member

The purpose of this test is to confirm that telemetry received by the java agent is counted in live metrics.

It sets up a mock QuickPulse servlet that receives ping/posts and mocks the default filtering configuration in the response body of the ping request.

It also runs a test application that when it's /test api is called, will emit spans and logs that represent a dependency, request, exception, and trace.

The smoke test will confirm that:

  • The first ping request was received
  • That post request bodies are formatted correctly (via parsing of json > MonitoringDataPoint)
  • That the trace, exception, dependency, and request emitted by the test application appear in one of the post request bodies.

@harsimar harsimar marked this pull request as ready for review February 1, 2025 01:16
@harsimar harsimar merged commit c781cca into main Feb 10, 2025
90 checks passed
@harsimar harsimar deleted the harskaur/tests branch February 10, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants