public interface MetricPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
double double_value = 7; |
com.google.protobuf.Duration |
getDuration()
Duration of the interval for which the points represent.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Duration of the interval for which the points represent.
|
MetricKind |
getKind()
Kind indicates the semantics of this point.
|
int |
getKindValue()
Kind indicates the semantics of this point.
|
KeyValue |
getLabels(int index)
Labels contain labels specific to this point.
|
int |
getLabelsCount()
Labels contain labels specific to this point.
|
List<KeyValue> |
getLabelsList()
Labels contain labels specific to this point.
|
KeyValueOrBuilder |
getLabelsOrBuilder(int index)
Labels contain labels specific to this point.
|
List<? extends KeyValueOrBuilder> |
getLabelsOrBuilderList()
Labels contain labels specific to this point.
|
String |
getMetricName()
MetricName indicates the metric being emitted.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
MetricName indicates the metric being emitted.
|
com.google.protobuf.Timestamp |
getStart()
Start of the interval for which the points represent.
|
com.google.protobuf.TimestampOrBuilder |
getStartOrBuilder()
Start of the interval for which the points represent.
|
long |
getUint64Value()
uint64 uint64_value = 6; |
MetricPoint.ValueCase |
getValueCase() |
boolean |
hasDuration()
Duration of the interval for which the points represent.
|
boolean |
hasStart()
Start of the interval for which the points represent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKindValue()
Kind indicates the semantics of this point. Kind should always be the same for a given metric name (e.g. "cpu.usage" should always have the same kind)
.lightstep.metrics.MetricKind kind = 1;MetricKind getKind()
Kind indicates the semantics of this point. Kind should always be the same for a given metric name (e.g. "cpu.usage" should always have the same kind)
.lightstep.metrics.MetricKind kind = 1;String getMetricName()
MetricName indicates the metric being emitted.
string metric_name = 2;com.google.protobuf.ByteString getMetricNameBytes()
MetricName indicates the metric being emitted.
string metric_name = 2;boolean hasStart()
Start of the interval for which the points represent. - All Counter points will be assumed to represent the entire interval. - All Gauge points will be assumed to be instantaneous at the start of the interval.
.google.protobuf.Timestamp start = 3;com.google.protobuf.Timestamp getStart()
Start of the interval for which the points represent. - All Counter points will be assumed to represent the entire interval. - All Gauge points will be assumed to be instantaneous at the start of the interval.
.google.protobuf.Timestamp start = 3;com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Start of the interval for which the points represent. - All Counter points will be assumed to represent the entire interval. - All Gauge points will be assumed to be instantaneous at the start of the interval.
.google.protobuf.Timestamp start = 3;boolean hasDuration()
Duration of the interval for which the points represent. The end of the interval is start + duration. We expect this value to be unset or zero for Gauge points.
.google.protobuf.Duration duration = 4;com.google.protobuf.Duration getDuration()
Duration of the interval for which the points represent. The end of the interval is start + duration. We expect this value to be unset or zero for Gauge points.
.google.protobuf.Duration duration = 4;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration of the interval for which the points represent. The end of the interval is start + duration. We expect this value to be unset or zero for Gauge points.
.google.protobuf.Duration duration = 4;List<KeyValue> getLabelsList()
Labels contain labels specific to this point.
repeated .lightstep.collector.KeyValue labels = 5;KeyValue getLabels(int index)
Labels contain labels specific to this point.
repeated .lightstep.collector.KeyValue labels = 5;int getLabelsCount()
Labels contain labels specific to this point.
repeated .lightstep.collector.KeyValue labels = 5;List<? extends KeyValueOrBuilder> getLabelsOrBuilderList()
Labels contain labels specific to this point.
repeated .lightstep.collector.KeyValue labels = 5;KeyValueOrBuilder getLabelsOrBuilder(int index)
Labels contain labels specific to this point.
repeated .lightstep.collector.KeyValue labels = 5;long getUint64Value()
uint64 uint64_value = 6;double getDoubleValue()
double double_value = 7;MetricPoint.ValueCase getValueCase()
Copyright © 2020 LightStep. All rights reserved.