Reference documentation and code samples for the Google Cloud Container V1 Client class Scope.
Scope is the scope of the Managed OpenTelemetry pipeline.
Protobuf type google.container.v1.ManagedOpenTelemetryConfig.Scope
Namespace
Google \ Cloud \ Container \ V1 \ ManagedOpenTelemetryConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCOPE_UNSPECIFIED
Value: 0SCOPE_UNSPECIFIED is when the scope is not set.
Generated from protobuf enum SCOPE_UNSPECIFIED = 0;
NONE
Value: 1NONE is used to disable the Managed OpenTelemetry pipeline.
Generated from protobuf enum NONE = 1;
COLLECTION_AND_INSTRUMENTATION_COMPONENTS
Value: 2COLLECTION_AND_INSTRUMENTATION_COMPONENTS is used to enable the Managed OpenTelemetry pipeline for collection and instrumentation components.
Generated from protobuf enum COLLECTION_AND_INSTRUMENTATION_COMPONENTS = 2;