@opentelemetry/exporter-trace-otlp-grpc
Version:
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
9 lines • 442 B
TypeScript
/**
* Enum value "otlp_grpc_span_exporter" for attribute {@link ATTR_OTEL_COMPONENT_TYPE}.
*
* OTLP span exporter over gRPC with protobuf serialization
*
* @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
*/
export declare const OTEL_COMPONENT_TYPE_VALUE_OTLP_GRPC_SPAN_EXPORTER: "otlp_grpc_span_exporter";
//# sourceMappingURL=semconv.d.ts.map