Constant OTEL_COMPONENT_TYPE

Source
pub const OTEL_COMPONENT_TYPE: &'static str;
Expand description

A name identifying the type of the OpenTelemetry component.

§Notes

If none of the standardized values apply, implementations SHOULD use the language-defined name of the type. E.g. for Java the fully qualified classname SHOULD be used in this case.

§Examples

  • "batching_span_processor"
  • "com.example.MySpanExporter"