Skip to content

Revert "Merge branch 'add_opentelemetry' into 'main'"

Fabien Bosquet requested to merge bosque/revert_telemetry into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

I am reverting the MR on OpenTelemetry linked to #52 (closed) .

The previous MR introduce 2 schema modifications without an upgrade path.

  • the xml column has changed, it had a non null constraint before it no longer has
  • the bin column was added.

It also breaks the compilation on Windows (!183 (closed))

Merge request reports