open-telemetry / opentelemetry-dotnet

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

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

Closed cizra closed 1 month ago

cizra commented 1 month 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 1 month ago

CLA Signed


The committers listed above are authorized under a signed CLA.

vishweshbankwar commented 1 month ago

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