Skip to content

Commit

Permalink
Fix name of direct_log_api.errors.responses metric
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Aug 24, 2023
1 parent aef7531 commit f942f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/Telemetry/Metrics/Count.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ internal enum Count
/// <summary>
/// The number of requests sent to the api endpoint that errored, tagged by the error type (e.g. Timeout, NetworkError, status_code)
/// </summary>
[TelemetryMetric<MetricTags.ApiError>("direct_log_api.errors.responses", isCommon: false)] DirectLogApiErrors,
[TelemetryMetric<MetricTags.ApiError>("direct_log_api.errors", isCommon: false)] DirectLogApiErrors,

#endregion
#region AppSec Namespace
Expand Down

0 comments on commit f942f4a

Please sign in to comment.