opentelemetry-dotnet/test/OpenTelemetry.Tests.Stress....
Alan West a789bc0259
Merge net7.0 to main (#3539)
2022-08-04 10:25:21 -07:00
..
OpenTelemetry.Tests.Stress.Metrics.csproj Merge net7.0 to main (#3539) 2022-08-04 10:25:21 -07:00
Program.cs Improve PrometheusHttpListener options (#3521) 2022-08-02 15:39:41 -07:00
README.md Add stress tests for Histogram (#2945) 2022-03-01 20:42:47 -08:00

README.md

OpenTelemetry Stress Tests for Metrics

This stress test is specifically for Metrics SDK, and is based on the OpenTelemetry.Tests.Stress.

NOTE: To run the stress tests for Histogram, comment out the Run method for Counter and uncomment everything related to Histogram in the Program.cs.

Running the stress test

Open a console, run the following command from the current folder:

dotnet run --framework net6.0 --configuration Release