Uses of Class
io.opentelemetry.proto.common.v1.KeyValueList
-
Packages that use KeyValueList Package Description io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 io.opentelemetry.proto.common.v1 -
-
Uses of KeyValueList in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 that return KeyValueList Modifier and Type Method Description KeyValueListOpenTelemetryAccessLogConfig.Builder. getAttributes()See 'attributes' in the LogResource proto for more details.KeyValueListOpenTelemetryAccessLogConfig. getAttributes()See 'attributes' in the LogResource proto for more details.KeyValueListOpenTelemetryAccessLogConfigOrBuilder. getAttributes()See 'attributes' in the LogResource proto for more details.KeyValueListOpenTelemetryAccessLogConfig.Builder. getResourceAttributes()OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info.KeyValueListOpenTelemetryAccessLogConfig. getResourceAttributes()OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info.KeyValueListOpenTelemetryAccessLogConfigOrBuilder. getResourceAttributes()OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info.Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 with parameters of type KeyValueList Modifier and Type Method Description OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. mergeAttributes(KeyValueList value)See 'attributes' in the LogResource proto for more details.OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. mergeResourceAttributes(KeyValueList value)OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info.OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. setAttributes(KeyValueList value)See 'attributes' in the LogResource proto for more details.OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. setResourceAttributes(KeyValueList value)OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info. -
Uses of KeyValueList in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return KeyValueList Modifier and Type Method Description KeyValueListKeyValueList.Builder. build()KeyValueListKeyValueList.Builder. buildPartial()static KeyValueListKeyValueList. getDefaultInstance()KeyValueListKeyValueList.Builder. getDefaultInstanceForType()KeyValueListKeyValueList. getDefaultInstanceForType()KeyValueListAnyValue.Builder. getKvlistValue().opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;KeyValueListAnyValue. getKvlistValue().opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;KeyValueListAnyValueOrBuilder. getKvlistValue().opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;static KeyValueListKeyValueList. parseDelimitedFrom(InputStream input)static KeyValueListKeyValueList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueListKeyValueList. parseFrom(byte[] data)static KeyValueListKeyValueList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueListKeyValueList. parseFrom(com.google.protobuf.ByteString data)static KeyValueListKeyValueList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueListKeyValueList. parseFrom(com.google.protobuf.CodedInputStream input)static KeyValueListKeyValueList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueListKeyValueList. parseFrom(InputStream input)static KeyValueListKeyValueList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueListKeyValueList. parseFrom(ByteBuffer data)static KeyValueListKeyValueList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.common.v1 that return types with arguments of type KeyValueList Modifier and Type Method Description com.google.protobuf.Parser<KeyValueList>KeyValueList. getParserForType()static com.google.protobuf.Parser<KeyValueList>KeyValueList. parser()Methods in io.opentelemetry.proto.common.v1 with parameters of type KeyValueList Modifier and Type Method Description KeyValueList.BuilderKeyValueList.Builder. mergeFrom(KeyValueList other)AnyValue.BuilderAnyValue.Builder. mergeKvlistValue(KeyValueList value).opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;static KeyValueList.BuilderKeyValueList. newBuilder(KeyValueList prototype)AnyValue.BuilderAnyValue.Builder. setKvlistValue(KeyValueList value).opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;
-