| Package | Description |
|---|---|
| com.lightstep.tracer.grpc |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValue
Represent both tags and log fields.
|
static class |
KeyValue.Builder
Represent both tags and log fields.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueOrBuilder |
MetricPointOrBuilder.getLabelsOrBuilder(int index)
Labels contain labels specific to this point.
|
KeyValueOrBuilder |
MetricPoint.getLabelsOrBuilder(int index)
Labels contain labels specific to this point.
|
KeyValueOrBuilder |
MetricPoint.Builder.getLabelsOrBuilder(int index)
Labels contain labels specific to this point.
|
KeyValueOrBuilder |
ReporterOrBuilder.getTagsOrBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValueOrBuilder |
Reporter.getTagsOrBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValueOrBuilder |
Reporter.Builder.getTagsOrBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends KeyValueOrBuilder> |
MetricPointOrBuilder.getLabelsOrBuilderList()
Labels contain labels specific to this point.
|
List<? extends KeyValueOrBuilder> |
MetricPoint.getLabelsOrBuilderList()
Labels contain labels specific to this point.
|
List<? extends KeyValueOrBuilder> |
MetricPoint.Builder.getLabelsOrBuilderList()
Labels contain labels specific to this point.
|
List<? extends KeyValueOrBuilder> |
ReporterOrBuilder.getTagsOrBuilderList()
repeated .lightstep.collector.KeyValue tags = 4; |
List<? extends KeyValueOrBuilder> |
Reporter.getTagsOrBuilderList()
repeated .lightstep.collector.KeyValue tags = 4; |
List<? extends KeyValueOrBuilder> |
Reporter.Builder.getTagsOrBuilderList()
repeated .lightstep.collector.KeyValue tags = 4; |
Copyright © 2021 LightStep. All rights reserved.