Interface SinkConfig.ConversionActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SinkConfig.ConversionAction, SinkConfig.ConversionAction.Builder
Enclosing class:
SinkConfig

public static interface SinkConfig.ConversionActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMetricName

      String getMetricName()
       The metric name to use for the stat.
       
      string metric_name = 2;
      Returns:
      The metricName.
    • getMetricNameBytes

      com.google.protobuf.ByteString getMetricNameBytes()
       The metric name to use for the stat.
       
      string metric_name = 2;
      Returns:
      The bytes for metricName.
    • getStaticMetricLabelsList

      List<KeyValue> getStaticMetricLabelsList()
       Static metric labels to use for the metric.
       
      repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;
    • getStaticMetricLabels

      KeyValue getStaticMetricLabels(int index)
       Static metric labels to use for the metric.
       
      repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;
    • getStaticMetricLabelsCount

      int getStaticMetricLabelsCount()
       Static metric labels to use for the metric.
       
      repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;
    • getStaticMetricLabelsOrBuilderList

      List<? extends KeyValueOrBuilder> getStaticMetricLabelsOrBuilderList()
       Static metric labels to use for the metric.
       
      repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;
    • getStaticMetricLabelsOrBuilder

      KeyValueOrBuilder getStaticMetricLabelsOrBuilder(int index)
       Static metric labels to use for the metric.
       
      repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;