scope property
Scope of the Managed OpenTelemetry pipeline. Possible string values are:
- "SCOPE_UNSPECIFIED" : SCOPE_UNSPECIFIED is when the scope is not set.
- "NONE" : NONE is used to disable the Managed OpenTelemetry pipeline.
- "COLLECTION_AND_INSTRUMENTATION_COMPONENTS" : COLLECTION_AND_INSTRUMENTATION_COMPONENTS is used to enable the Managed OpenTelemetry pipeline for collection and instrumentation components.
Implementation
core.String? scope;