Paulin Todev
Paulin Todev
### Request Upgrade Agent's go.mod file to the latest version of Prometheus - 2.50. ### Use case - Keeping current with the latest Prometheus developments. - Helps us to take...
I tried to add as much information as possible, based on what I understand from the [upstream PR](https://github.com/prometheus-community/windows_exporter/pull/812). It would be good if someone with knowledge of the Windows exporter...
I'd like the new docs to be the place we refer people when someone asks whether the Agent can do something, or whether it can be used in a certain...
#### PR Description This is a draft RFC which reevaluates whether we should enforce a specific direction for the exports of Flow components. Please feel free to drop comments with...
Fixes grafana/alloy#496. I think the solution should be something along those lines, but I'm not sure what is the best way to test my change? I don't think I could...
Proposes several approaches to support (or not) multi-tenancy within Flow. Solves grafana/alloy#521.
### Request The `config_file` (and maybe `config`) options can be changed from `string` to `list(string)`, so that users can specify more than one config file. This is a feature which...
### Request Various folks have requested that we add the [datadog receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/datadogreceiver/README.md) from OTel contrib to Alloy. ### Use case It's useful for folks to ingest traces in the Datadog...
### Request The [homebrew recipe](https://github.com/grafana/homebrew-grafana/blob/master/alloy.rb) for Alloy is currently building Alloy form source instead of reusing the official binaries from our releases. It would be good to reuse the official...
### Background If you use a component such as `loki.source.syslog`, you may want to add extra labels to your logs using `discovery` components such as `discovery.http`. This is not possible...