SinkConfig.Builder |
SinkConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SinkConfig.Builder |
SinkConfig.Builder.clear() |
|
SinkConfig.Builder |
SinkConfig.Builder.clearEmitTagsAsAttributes() |
If set to true, metrics will have their tags emitted as OTLP attributes, which may
contain values used by the tag extractor or additional tags added during stats creation.
|
SinkConfig.Builder |
SinkConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
SinkConfig.Builder |
SinkConfig.Builder.clearGrpcService() |
The upstream gRPC cluster that implements the OTLP/gRPC collector.
|
SinkConfig.Builder |
SinkConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
SinkConfig.Builder |
SinkConfig.Builder.clearPrefix() |
If set, emitted stats names will be prepended with a prefix, so full stat name will be
<prefix>.<stats_name>.
|
SinkConfig.Builder |
SinkConfig.Builder.clearProtocolSpecifier() |
|
SinkConfig.Builder |
SinkConfig.Builder.clearReportCountersAsDeltas() |
If set to true, counters will be emitted as deltas, and the OTLP message will have
``AGGREGATION_TEMPORALITY_DELTA`` set as AggregationTemporality.
|
SinkConfig.Builder |
SinkConfig.Builder.clearReportHistogramsAsDeltas() |
If set to true, histograms will be emitted as deltas, and the OTLP message will have
``AGGREGATION_TEMPORALITY_DELTA`` set as AggregationTemporality.
|
SinkConfig.Builder |
SinkConfig.Builder.clearUseTagExtractedName() |
If set to true, metric names will be represented as the tag extracted name instead
of the full metric name.
|
SinkConfig.Builder |
SinkConfig.Builder.clone() |
|
SinkConfig.Builder |
SinkConfig.Builder.mergeEmitTagsAsAttributes(com.google.protobuf.BoolValue value) |
If set to true, metrics will have their tags emitted as OTLP attributes, which may
contain values used by the tag extractor or additional tags added during stats creation.
|
SinkConfig.Builder |
SinkConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SinkConfig.Builder |
SinkConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SinkConfig.Builder |
SinkConfig.Builder.mergeFrom(SinkConfig other) |
|
SinkConfig.Builder |
SinkConfig.Builder.mergeGrpcService(GrpcService value) |
The upstream gRPC cluster that implements the OTLP/gRPC collector.
|
SinkConfig.Builder |
SinkConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SinkConfig.Builder |
SinkConfig.Builder.mergeUseTagExtractedName(com.google.protobuf.BoolValue value) |
If set to true, metric names will be represented as the tag extracted name instead
of the full metric name.
|
static SinkConfig.Builder |
SinkConfig.newBuilder() |
|
static SinkConfig.Builder |
SinkConfig.newBuilder(SinkConfig prototype) |
|
SinkConfig.Builder |
SinkConfig.newBuilderForType() |
|
protected SinkConfig.Builder |
SinkConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
SinkConfig.Builder |
SinkConfig.Builder.setEmitTagsAsAttributes(com.google.protobuf.BoolValue value) |
If set to true, metrics will have their tags emitted as OTLP attributes, which may
contain values used by the tag extractor or additional tags added during stats creation.
|
SinkConfig.Builder |
SinkConfig.Builder.setEmitTagsAsAttributes(com.google.protobuf.BoolValue.Builder builderForValue) |
If set to true, metrics will have their tags emitted as OTLP attributes, which may
contain values used by the tag extractor or additional tags added during stats creation.
|
SinkConfig.Builder |
SinkConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SinkConfig.Builder |
SinkConfig.Builder.setGrpcService(GrpcService value) |
The upstream gRPC cluster that implements the OTLP/gRPC collector.
|
SinkConfig.Builder |
SinkConfig.Builder.setGrpcService(GrpcService.Builder builderForValue) |
The upstream gRPC cluster that implements the OTLP/gRPC collector.
|
SinkConfig.Builder |
SinkConfig.Builder.setPrefix(String value) |
If set, emitted stats names will be prepended with a prefix, so full stat name will be
<prefix>.<stats_name>.
|
SinkConfig.Builder |
SinkConfig.Builder.setPrefixBytes(com.google.protobuf.ByteString value) |
If set, emitted stats names will be prepended with a prefix, so full stat name will be
<prefix>.<stats_name>.
|
SinkConfig.Builder |
SinkConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
SinkConfig.Builder |
SinkConfig.Builder.setReportCountersAsDeltas(boolean value) |
If set to true, counters will be emitted as deltas, and the OTLP message will have
``AGGREGATION_TEMPORALITY_DELTA`` set as AggregationTemporality.
|
SinkConfig.Builder |
SinkConfig.Builder.setReportHistogramsAsDeltas(boolean value) |
If set to true, histograms will be emitted as deltas, and the OTLP message will have
``AGGREGATION_TEMPORALITY_DELTA`` set as AggregationTemporality.
|
SinkConfig.Builder |
SinkConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SinkConfig.Builder |
SinkConfig.Builder.setUseTagExtractedName(com.google.protobuf.BoolValue value) |
If set to true, metric names will be represented as the tag extracted name instead
of the full metric name.
|
SinkConfig.Builder |
SinkConfig.Builder.setUseTagExtractedName(com.google.protobuf.BoolValue.Builder builderForValue) |
If set to true, metric names will be represented as the tag extracted name instead
of the full metric name.
|
SinkConfig.Builder |
SinkConfig.toBuilder() |
|