Skip to content

Commit

Permalink
Update src/OpenTelemetry/Metrics/MeterProviderSdk.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <[email protected]>
  • Loading branch information
joaopgrassi and cijothomas authored Oct 14, 2021
1 parent 8af3f87 commit aca9143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Metrics/MeterProviderSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ internal MeterProviderSdk(
OpenTelemetrySdkEventSource.Log.MetricInstrumentIgnored(
instrument.Name,
instrument.Meter.Name,
"Metric name is invalid.",
"Instrument name is invalid.",
"The name must comply with the OpenTelemetry specification");

return;
Expand Down

0 comments on commit aca9143

Please sign in to comment.