Robert Fratto

Results 106 issues of Robert Fratto

Vulture currently searches for traces assuming that traces are sent every 15 seconds (customized by `--tempo-write-backoff-duration`). However, if a single write takes twice as long as the write backoff duration...

good first issue

grafana/agent#1148 reports unexpectedly high CPU usage (~4-6%) at very low metric workloads. I've been able to track this down to being at least partially due to the WAL watcher, which...

> **NOTE**: This PR is intended to be reviewed commit-by-commit. This PR adds the initial framework for converting OpenTelemetry Collector configs into Flow mode configs. As this converter is likely...

### Request Rename prometheus.exporter.agent to prometheus.exporter.self. This would be a breaking change and would have to be documented as soon. ### Use case prometheus.exporter.agent is potentially ambiguous, as it could...

enhancement

While building out dashboards for Grafana Agent Flow, we noticed that a few sets of metrics are globally registered to `prometheus.DefaultRegistry`: * `prometheus_target_*` metrics * `prometheus_sd_*` metrics Globally registering them...

upstream

### Background > **NOTE**: I don't anticipate this being implemented any time soon, but I wanted to still create a proposal now to get the ideas flowing. Today, we have...

proposal
flow

### Request Change the logic around WAL truncation so that truncations are skipped if the WAL delay (i.e., `latest_timestamp_in - lastest_timestamp_sent` is too far behind. For the purposes of this...

enhancement

Today, remote_write reshards based on pure throughput. This is problematic if throughput has been diminished because of HTTP 429s; increasing the number of shards due to backpressure will only exacerbate...

### Request Bundle `alloy-mixin` as one of the release assets so users can install it without having to clone the repo. This should likely be bundled as a rendered set...

enhancement

### Request Change the logic around WAL truncation so that truncations are skipped if the WAL delay (i.e., `latest_timestamp_in - lastest_timestamp_sent` is too far behind. For the purposes of this...

enhancement