GoogleCloudApigeeV1RuntimeTraceConfig class
NEXT ID: 13 RuntimeTraceConfig defines the configurations for distributed trace in an environment.
Constructors
-
GoogleCloudApigeeV1RuntimeTraceConfig({String? endpoint, String? exporter, GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig? mTlsConfig, String? name, bool? openTelemetryProtocolEnabled, String? otelCollectorSecurityScheme, List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? overrides, String? revisionCreateTime, String? revisionId, GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig, String? spanSemantics, String? traceProtocol}) - GoogleCloudApigeeV1RuntimeTraceConfig.fromJson(Map json_)
Properties
- endpoint ↔ String?
-
Endpoint of the exporter.
getter/setter pair
- exporter ↔ String?
-
Exporter that is used to view the distributed trace captured using
OpenCensus.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mTlsConfig ↔ GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig?
-
mTLS configuration for the OTel Collector endpoint.
getter/setter pair
- name ↔ String?
-
Name of the trace config in the following format:
organizations/{org}/environment/{env}/traceConfiggetter/setter pair - openTelemetryProtocolEnabled ↔ bool?
-
If
true, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data.getter/setter pair - otelCollectorSecurityScheme ↔ String?
-
Security scheme for the outbound connection to the customer-owned
OpenTelemetry Collector.
getter/setter pair
-
overrides
↔ List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? -
List of trace configuration overrides for spicific API proxies.
getter/setter pair
- revisionCreateTime ↔ String?
-
The timestamp that the revision was created or updated.
getter/setter pair
- revisionId ↔ String?
-
Revision number which can be used by the runtime to detect if the trace
config has changed between two versions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingConfig ↔ GoogleCloudApigeeV1RuntimeTraceSamplingConfig?
-
Trace configuration for all API proxies in an environment.
getter/setter pair
- spanSemantics ↔ String?
-
The span semantics to use.
getter/setter pair
- traceProtocol ↔ String?
-
The trace protocol to use.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited