influxdb-observability
influxdb-observability copied to clipboard
influx2otel: convert bool type metrics to 0/1 gauge
booleans are currently unsupported https://github.com/influxdata/influxdb-observability/blob/main/influx2otel/metrics.go#L233 I think modeling them as a 0 = false, 1 = true gauge is the most appropriate behaviour, in line with prometheus conventions.