influxdb-observability
influxdb-observability copied to clipboard
Currently, OpenTelemetry exponential histograms are not supported. Starting with version [2.40.0](https://github.com/prometheus/prometheus/releases/tag/v2.40.0), Prometheus released Native Histograms, which can be converted losslessly from and to Open Telemetry Exponential Histograms. It should be...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
This pull request is desired to live on a secondary branch of the primary repo. This branch introduces the following features: - Grafana OSS added with dashboard and data sources...
Closes #257
Hello @jacobmarble , I have this error running the image jacobmarble/jaeger-influxdb:latest `{"level":"error","ts":1693322424.6020224,"caller":"jaeger-influxdb/main.go:110","msg":"gRPC interceptor","error":"I/O: SqlState: \u0000\u0000\u0000\u0000\u0000, msg: rpc error: code = Unavailable desc = connection error: desc = \"error reading server...
I am tring to get metrics form Pixie telemetry -> Otelp(otel agent ) -> Otel-gateway -> influxDB os: Ubuntu 22.04 version: influx container 2.3.0-alpine "2023-08-23T04:03:57.940Z error exporterhelper/queued_retry.go:401 Exporting failed. The...
Querying percentiles from bucket/Prometheus-style histograms is awkward. Let's add the ability to extract a set of percentiles from histograms as they are converted from otel histograms to line protocol.
Only for doc purposes, need to clean this up before merging.
```[tasklist] ### Tasks - [ ] Create Grafana-Demo branch ```
Helps https://github.com/jaegertracing/jaeger/issues/4413 [About Jaeger SPM](https://www.jaegertracing.io/docs/1.44/spm/) Implements Jaeger's `MetricsReader` gRPC service so that RED metrics can be derived directly from spans in InfluxDB. Do not merge until this is merged, and...