| Package | Description |
|---|---|
| com.lightstep.tracer.grpc |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValue.Builder.build() |
KeyValue |
KeyValue.Builder.buildPartial() |
static KeyValue |
KeyValue.getDefaultInstance() |
KeyValue |
KeyValue.getDefaultInstanceForType() |
KeyValue |
KeyValue.Builder.getDefaultInstanceForType() |
KeyValue |
MetricPointOrBuilder.getLabels(int index)
Labels contain labels specific to this point.
|
KeyValue |
MetricPoint.getLabels(int index)
Labels contain labels specific to this point.
|
KeyValue |
MetricPoint.Builder.getLabels(int index)
Labels contain labels specific to this point.
|
KeyValue |
ReporterOrBuilder.getTags(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue |
Reporter.getTags(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue |
Reporter.Builder.getTags(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
static KeyValue |
KeyValue.parseDelimitedFrom(InputStream input) |
static KeyValue |
KeyValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(byte[] data) |
static KeyValue |
KeyValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(ByteBuffer data) |
static KeyValue |
KeyValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(InputStream input) |
static KeyValue |
KeyValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
MetricPointOrBuilder.getLabelsList()
Labels contain labels specific to this point.
|
List<KeyValue> |
MetricPoint.getLabelsList()
Labels contain labels specific to this point.
|
List<KeyValue> |
MetricPoint.Builder.getLabelsList()
Labels contain labels specific to this point.
|
com.google.protobuf.Parser<KeyValue> |
KeyValue.getParserForType() |
List<KeyValue> |
ReporterOrBuilder.getTagsList()
repeated .lightstep.collector.KeyValue tags = 4; |
List<KeyValue> |
Reporter.getTagsList()
repeated .lightstep.collector.KeyValue tags = 4; |
List<KeyValue> |
Reporter.Builder.getTagsList()
repeated .lightstep.collector.KeyValue tags = 4; |
static com.google.protobuf.Parser<KeyValue> |
KeyValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
MetricPoint.Builder |
MetricPoint.Builder.addLabels(int index,
KeyValue value)
Labels contain labels specific to this point.
|
MetricPoint.Builder |
MetricPoint.Builder.addLabels(KeyValue value)
Labels contain labels specific to this point.
|
Reporter.Builder |
Reporter.Builder.addTags(int index,
KeyValue value)
repeated .lightstep.collector.KeyValue tags = 4; |
Reporter.Builder |
Reporter.Builder.addTags(KeyValue value)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue.Builder |
KeyValue.Builder.mergeFrom(KeyValue other) |
static KeyValue.Builder |
KeyValue.newBuilder(KeyValue prototype) |
MetricPoint.Builder |
MetricPoint.Builder.setLabels(int index,
KeyValue value)
Labels contain labels specific to this point.
|
Reporter.Builder |
Reporter.Builder.setTags(int index,
KeyValue value)
repeated .lightstep.collector.KeyValue tags = 4; |
| Modifier and Type | Method and Description |
|---|---|
MetricPoint.Builder |
MetricPoint.Builder.addAllLabels(Iterable<? extends KeyValue> values)
Labels contain labels specific to this point.
|
Reporter.Builder |
Reporter.Builder.addAllTags(Iterable<? extends KeyValue> values)
repeated .lightstep.collector.KeyValue tags = 4; |
Copyright © 2021 LightStep. All rights reserved.