influxdb-observability icon indicating copy to clipboard operation
influxdb-observability copied to clipboard

Results 17 influxdb-observability issues
Sort by recently updated
recently updated
newest added

Thank you for the great library. We are using through OpenTelemetry Collector. We are using a cloud plan and are only sending one gauge metric and now the cardinality is...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

We recently deployed auto instrumentation of the python `requests` library to one of our services, and noticed that this caused our cardinality within Influx to explode. We traced the issue...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

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.