open-telemetry/opentelemetry-dotnet

Metrics stress test improvements

Open

#2,373 opened on Sep 17, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (889 forks)auto 404
help wantedinfrakeep-openmetrics

Repository metrics

Stars
 (3,725 stars)
PR merge metrics
 (PR metrics pending)

Description

Similar to this, https://github.com/open-telemetry/opentelemetry-dotnet/issues/2372, we need to improve the Stress test to cover more scenarios.

  1. Add more scenarios similar to above.
  2. Make the stress run run indefinitely (until cancelled eg: by a key press).
  3. Modify stress test to include validation as well - i.e have parallel Collects() and validate that the expected values are collected. (similar to https://github.com/open-telemetry/opentelemetry-dotnet/pull/1086)

Contributor guide