Skip to content

Commit 6c2d900

Browse files
authored
chore: remove namespace tag from error_detail_reporting_failures metric (#4305)
1 parent 3088bba commit 6c2d900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/reporting/error_reporting.go

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ func (edr *ErrorDetailReporter) Report(ctx context.Context, metrics []*types.PUR
182182
errDets := edr.extractErrorDetails(metric.StatusDetail.SampleResponse)
183183

184184
stats.Default.NewTaggedStat("error_detail_reporting_failures", stats.CountType, stats.Tags{
185-
"namespace": edr.namespace,
186185
"errorCode": errDets.ErrorCode,
187186
"workspaceId": workspaceID,
188187
"destType": destinationDetail.destType,

0 commit comments

Comments
 (0)