opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[exporter/clickhouse] Update Trace `SpanKind` and `StatusCode` strings

Open SpencerTorres opened this issue 6 months ago • 1 comments

Description:

Trace SpanKind and StatusCode are exporting old enum values. This change will make these fields consistent with the specification.

I have marked this as a breaking change since it may affect queries that filter by these strings. There should be no change to exporter deployments, only to the read queries.

See above/below links for more information as well as a sample of the old vs new values.

Example: STATUS_CODE_ERROR -> Error

Link to tracking Issue:

  • https://github.com/open-telemetry/opentelemetry-collector/pull/6250
  • https://github.com/open-telemetry/opentelemetry-collector/issues/6251

Testing:

  • Updated integration tests

SpencerTorres avatar Aug 21 '24 21:08 SpencerTorres