We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaee75 commit 30c2867Copy full SHA for 30c2867
common/rpc/interceptor/telemetry.go
@@ -164,7 +164,7 @@ func (ti *TelemetryInterceptor) handleError(
164
case *serviceerror.InvalidArgument:
165
scope.IncCounter(metrics.ServiceErrInvalidArgumentCounter)
166
case *serviceerror.NamespaceNotActive:
167
- scope.IncCounter(metrics.ServiceErrInvalidArgumentCounter)
+ scope.IncCounter(metrics.ServiceErrNamespaceNotActiveCounter)
168
case *serviceerror.WorkflowExecutionAlreadyStarted:
169
scope.IncCounter(metrics.ServiceErrExecutionAlreadyStartedCounter)
170
case *serviceerror.NotFound:
0 commit comments