Uses of Record Class
dev.dokimos.server.dto.v1.otlp.OtlpKeyValue
Packages that use OtlpKeyValue
-
Uses of OtlpKeyValue in dev.dokimos.server.dto.v1.otlp
Methods in dev.dokimos.server.dto.v1.otlp that return types with arguments of type OtlpKeyValueModifier and TypeMethodDescriptionOtlpResource.attributes()Returns the value of theattributesrecord component.OtlpSpan.attributes()Returns the value of theattributesrecord component.Constructor parameters in dev.dokimos.server.dto.v1.otlp with type arguments of type OtlpKeyValueModifierConstructorDescriptionOtlpResource(List<OtlpKeyValue> attributes) Creates an instance of aOtlpResourcerecord class.OtlpSpan(String traceId, String spanId, String parentSpanId, String name, String kind, String startTimeUnixNano, String endTimeUnixNano, OtlpStatus status, List<OtlpKeyValue> attributes) Creates an instance of aOtlpSpanrecord class.