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.
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.