Class MetricsTag
java.lang.Object
io.temporal.serviceclient.MetricsTag
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final io.grpc.CallOptions.Key<Boolean> Indicates to interceptors that GetWorkflowExecutionHistory is a long poll.static final io.grpc.CallOptions.Key<com.uber.m3.tally.Scope> Used to pass metrics scope to the interceptorstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultTags(String namespace) Returns a set of default metric tags for a given namespace.static com.uber.m3.tally.Scopetagged(com.uber.m3.tally.Scope scope, MetricsTag.TagValue tagValue) static com.uber.m3.tally.Scope
-
Field Details
-
NAMESPACE
- See Also:
-
TASK_QUEUE
- See Also:
-
WORKER_TYPE
- See Also:
-
ACTIVITY_TYPE
- See Also:
-
WORKFLOW_TYPE
- See Also:
-
NEXUS_SERVICE
- See Also:
-
NEXUS_OPERATION
- See Also:
-
SIGNAL_NAME
- See Also:
-
QUERY_TYPE
- See Also:
-
UPDATE_NAME
- See Also:
-
STATUS_CODE
- See Also:
-
EXCEPTION
- See Also:
-
OPERATION_NAME
- See Also:
-
TASK_FAILURE_TYPE
- See Also:
-
TASK_FAILURE_VALUE_NON_DETERMINISM_ERROR
- See Also:
-
TASK_FAILURE_VALUE_GRPC_MESSAGE_TOO_LARGE
- See Also:
-
TASK_FAILURE_VALUE_WORKFLOW_ERROR
- See Also:
-
TASK_FAILURE_VALUE_OPERATION_FAILED
- See Also:
-
TASK_FAILURE_VALUE_OPERATION_CANCELED
- See Also:
-
TASK_FAILURE_VALUE_HANDLER_ERROR_BAD_REQUEST
- See Also:
-
TASK_FAILURE_VALUE_HANDLER_ERROR_INTERNAL
- See Also:
-
TASK_FAILURE_VALUE_TIMEOUT
- See Also:
-
TASK_FAILURE_VALUE_INTERNAL_SDK_ERROR
- See Also:
-
POLLER_TYPE
- See Also:
-
METRICS_TAGS_CALL_OPTIONS_KEY
public static final io.grpc.CallOptions.Key<com.uber.m3.tally.Scope> METRICS_TAGS_CALL_OPTIONS_KEYUsed to pass metrics scope to the interceptor -
HISTORY_LONG_POLL_CALL_OPTIONS_KEY
Indicates to interceptors that GetWorkflowExecutionHistory is a long poll. -
DEFAULT_VALUE
- See Also:
-
-
Constructor Details
-
MetricsTag
public MetricsTag()
-
-
Method Details
-
defaultTags
-
tagged
-
tagged
public static com.uber.m3.tally.Scope tagged(com.uber.m3.tally.Scope scope, MetricsTag.TagValue tagValue)
-