Skip to content

Conversation

martincostello
Copy link
Member

Changes

  • Require 1 or more, rather than zero or more.
  • Add http_server_request_duration_seconds_count.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md updated
  • Changes in public API reviewed (if applicable)

- Require 1 or more, rather than zero or more.
- Add `http_server_request_duration_seconds_count`.
@martincostello martincostello marked this pull request as ready for review July 29, 2025 16:49
@Copilot Copilot AI review requested due to automatic review settings July 29, 2025 16:49
@martincostello martincostello requested a review from a team as a code owner July 29, 2025 16:49
@martincostello martincostello enabled auto-merge (squash) July 29, 2025 16:49
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the OATS (OpenTelemetry Acceptance Test Suite) configuration to improve test reliability by requiring actual metric generation rather than just checking for metric existence. The changes ensure that HTTP client and server metrics are actually being recorded during tests.

  • Updates metric value assertions from >= 0 to >= 1 to require actual requests
  • Adds a new metric check for HTTP server request duration count

@martincostello martincostello merged commit abbfe20 into main Jul 29, 2025
18 checks passed
@martincostello martincostello deleted the update-oats-promql branch July 29, 2025 20:29
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.

2 participants