open-telemetry / opentelemetry-dotnet

The OpenTelemetry .NET Client
https://opentelemetry.io
Apache License 2.0
3.23k stars 765 forks source link

[docs-metrics] Fix tuple vs KVP confusion in code sample #5769

Closed cizra closed 3 months ago

cizra commented 3 months ago

Changes

The code sample used anonymous tuple syntax, whereas the OpenTelemetry .NET api actually doesn't support it. Fixed to use KeyValuePair syntax.

Merge requirement checklist

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed


The committers listed above are authorized under a signed CLA.

vishweshbankwar commented 3 months ago

@cizra - Could you please sign the CLA so that we can review the PR?