0000 1000 1101 0010
0000 1000 1101 0010
> prevent people from trying to run v11 prior to the upgrade height Node operators must deploy and run v11 prior to the upgrade height. If they don't, their nodes...
> prefer the GitHub releases signal to noise ratio +1. I can't realistically join and monitor a Discord for each network where I operate nodes. I can't use cosmovisor, and...
It is somewhat surprising that the metric name provided to counter constructors will have `_total` appended to it automatically. It would be cool if that were better documented, and ideally...
> Not according to the OpenMetrics specification I don't know anything about OpenMetrics, really, and I don't consider it any kind of authority. I can observe that the "_created" thing...
> The problem is that [collecting metrics] requires a non-trivial amount of up-front work to aggregate all of the stats across the N workers in the runtime Can you say...
I'm going to describe some fundamental assumptions of Prometheus, because it's not totally clear to me if these crates abide those requirements. But I'm no expert and it's entirely possible...
> the only way I can determine whether one metric's encode call is within the same scrape as another metric's encode call is by either: . . . A scrape...
> What I'd like is to be able to: > - create a struct that represents multiple metrics (in this case, each of the tokio-metrics metrics) Check. > - implement...
I think this metric comes from [runtime/metrics](https://pkg.go.dev/runtime/metrics), and the [Float64Histogram](https://pkg.go.dev/runtime/metrics#Float64Histogram) type states > For a given metric name, the value of Buckets is guaranteed not to change between calls **until...
> This is somewhat surprising to me because these histograms (at least on the runtime/metrics side) are intended to be used to look at and compare distributions. You can do...