opentelemetry-dotnet/test/OpenTelemetry.Tests.Stress....
Mikel Blanchard 074c0196f1
[docs] Update "note" styling (#4130)
* Clean up.

* Update notes to use github styling.

* Clean up.

* MD028 lint hack.
2023-01-31 16:53:05 -08:00
..
OpenTelemetry.Tests.Stress.Metrics.csproj add nullable enable to Common.props and disable in projects. (#3964) 2022-12-05 15:33:57 -08:00
Program.cs Remove unnecessary using statements (#4023) 2022-12-20 11:20:15 -08:00
README.md [docs] Update "note" styling (#4130) 2023-01-31 16:53:05 -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 net7.0 --configuration Release