Robert Fratto
Robert Fratto
The agent integration exposes ~700 active series out of the box, most of which may not be useful for just scraping agent metrics. Some extra options should be provided to...
grafana/agent#393 created a proof of concept of a way to perform aggregation across series at scrape time. I'd like to see this added as a feature.
grafana/agent#1228 updated our dependency on node_exporter from v1.0.1 to v1.3.1. This ended up being a lot more work than I thought it would be, primarily due to its mapping of...
Samples which are manually written to the WAL (i.e., written outside of the normal scraping process of a metrics instance) do not support metadata being sent over remote write. Metadata...
When a scrape fails, series written to the Appender will be discarded with a `Rollback`. This breaks the garbage collection check, where it looks to see if a series is...
## Background Today, Grafana Agent performs a metrics "garbage collection" every 60 minutes (when metrics collection is enabled). The garbage collection process does the following for a specific point in...
We should create a GitHub Action to run our fuzz tests for some fixed period of time. There's a few ways we could do this: * Per PR, per push...
Navigating to an anchor only works when clicking on it on the sidebar; refreshing the page doesn't re-navigate to the anchor.
We currently override Prometheus' defaults for `send_exemplars`, setting it to `true` by default. This isn't mentioned in our [documentation](https://grafana.com/docs/agent/latest/configuration/metrics-config/) since we currently only link out to Prometheus' remote_write docs, where...
`otelcol.exporter.prometheus` was originally released without supporting translating delta aggregation temporalities to cumulative aggregation temporalities; we should add support for it.