Toby Lawrence

Results 296 comments of Toby Lawrence

Released as `[email protected]`. Apologies for the delay on getting around to this... been a hell of a holiday season. 😅 Thanks for your contribution!

I realize this is a two-year old PR, but the sake of reviewing it and providing some feedback... I can definitely understand the goal here, although this strikes me as...

👋🏻 `metrics-exporter-prometheus` currently does not support the Remote Write specification. I'd be open to reviewing a PR adding support for this feature.

Makes sense. PRs welcome. 👍🏻

You're generally correct that nothing in `metrics-util` really cares about when a metric was submitted, at least in terms of how it's stored / aggregated. Exporters are generally either exposing...

@tthebst Yeah, looking at what `axum` does... it seems like that ought to be fine. If you're willing to submit a PR, that'd be great.

Apologies for the delayed response. For the sake of avoiding misinformation percolating: the only reason it's currently possible to have multiple "installed" recorders is due to the nature of being...

> The "unsafe" part here is that the handle we pass down to use in the HTTP server may not match the local recorder that's in scope. Not a huge...

We're in the process of moving back to 2.x. The long story short is that there was some weirdness going on with memory usage when we switched to 2.3 before.

👋🏻 > However, as a beginner, I’ve found it a bit difficult to understand how to use the metrics_tracing_context package. > ... > I believe the documentation of this project...