Marcel Levy
Marcel Levy
I dug into this a little bit. The Prometheus sink uses `hashicorp/go-metrics`, which [uses Summaries by default](https://github.com/hashicorp/go-metrics/blob/9d55fb233b15597348d8c257632d8211a07d3395/prometheus/prometheus.go#L326-L359) for `AddSample` and `AddSampleWithLabels`. If we want to support histograms, we ultimately need...
Hey there! I'm hoping to get the proposal done within the next week.
[Hofstadter’s Law](https://en.wikipedia.org/wiki/Hofstadter%27s_law) applied here, as always. But the proposed change should be ready at this point. We'd like to open it up for more discussion, and then Steve and I...
I'm working on this issue.
I've opened a PR: https://github.com/spiffe/spire/pull/5483