Uses of Class
io.envoyproxy.envoy.extensions.stat_sinks.open_telemetry.v3.SinkConfig.Builder
Packages that use SinkConfig.Builder
-
Uses of SinkConfig.Builder in io.envoyproxy.envoy.extensions.stat_sinks.open_telemetry.v3
Methods in io.envoyproxy.envoy.extensions.stat_sinks.open_telemetry.v3 that return SinkConfig.BuilderModifier and TypeMethodDescriptionSinkConfig.Builder.addAllResourceDetectors(Iterable<? extends TypedExtensionConfig> values) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SinkConfig.Builder.addResourceDetectors(int index, TypedExtensionConfig value) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.addResourceDetectors(int index, TypedExtensionConfig.Builder builderForValue) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.addResourceDetectors(TypedExtensionConfig value) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.addResourceDetectors(TypedExtensionConfig.Builder builderForValue) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.clear()SinkConfig.Builder.clearCustomMetricConversions()The custom conversion from a stat to a metric.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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SinkConfig.Builder.clearGrpcService()The upstream gRPC cluster that implements the OTLP/gRPC collector.SinkConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clearProtocolSpecifier()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.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.clearResourceDetectors()Attributes to be associated with the resource in the OTLP message.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.clone()SinkConfig.Builder.mergeCustomMetricConversions(Matcher value) The custom conversion from a stat to a metric.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.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SinkConfig.Builder.mergeFrom(com.google.protobuf.Message other) SinkConfig.Builder.mergeFrom(SinkConfig other) SinkConfig.Builder.mergeGrpcService(GrpcService value) The upstream gRPC cluster that implements the OTLP/gRPC collector.final SinkConfig.BuilderSinkConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.BuilderSinkConfig.newBuilder()static SinkConfig.BuilderSinkConfig.newBuilder(SinkConfig prototype) SinkConfig.newBuilderForType()protected SinkConfig.BuilderSinkConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SinkConfig.Builder.removeResourceDetectors(int index) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.setCustomMetricConversions(Matcher value) The custom conversion from a stat to a metric.SinkConfig.Builder.setCustomMetricConversions(Matcher.Builder builderForValue) The custom conversion from a stat to a metric.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.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.setGrpcService(GrpcService value) The upstream gRPC cluster that implements the OTLP/gRPC collector.SinkConfig.Builder.setGrpcService(GrpcService.Builder builderForValue) The upstream gRPC cluster that implements the OTLP/gRPC collector.If set, emitted stats names will be prepended with a prefix, so full stat name will be <prefix>.<stats_name>.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.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.setResourceDetectors(int index, TypedExtensionConfig value) Attributes to be associated with the resource in the OTLP message.SinkConfig.Builder.setResourceDetectors(int index, TypedExtensionConfig.Builder builderForValue) Attributes to be associated with the resource in the OTLP message.final SinkConfig.BuilderSinkConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.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.toBuilder()