Class Session.Tracing.TracingConfiguration
-
- All Implemented Interfaces:
public final class Session.Tracing.TracingConfigurationGranular configuration for tracing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSession.Tracing.TracingConfiguration.BuilderA builder for TracingConfiguration.
-
Method Summary
Modifier and Type Method Description final Optional<String>groupId()The group id to attach to this trace to enable filtering and grouping in the traces dashboard. final JsonValue_metadata()The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard. final Optional<String>workflowName()The name of the workflow to attach to this trace. final JsonField<String>_groupId()Returns the raw JSON value of groupId. final JsonField<String>_workflowName()Returns the raw JSON value of workflowName. final Map<String, JsonValue>_additionalProperties()final Session.Tracing.TracingConfiguration.BuildertoBuilder()final Session.Tracing.TracingConfigurationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Session.Tracing.TracingConfiguration.Builderbuilder()Returns a mutable builder for constructing an instance of TracingConfiguration. -
-
Method Detail
-
groupId
final Optional<String> groupId()
The group id to attach to this trace to enable filtering and grouping in the traces dashboard.
-
_metadata
final JsonValue _metadata()
The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.
-
workflowName
final Optional<String> workflowName()
The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.
-
_groupId
final JsonField<String> _groupId()
Returns the raw JSON value of groupId.
Unlike groupId, this method doesn't throw if the JSON field has an unexpected type.
-
_workflowName
final JsonField<String> _workflowName()
Returns the raw JSON value of workflowName.
Unlike workflowName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Session.Tracing.TracingConfiguration.Builder toBuilder()
-
validate
final Session.Tracing.TracingConfiguration validate()
-
builder
final static Session.Tracing.TracingConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of TracingConfiguration.
-
-
-
-