Paulin Todev
Paulin Todev
### Request There are various environment variables (mostly from Go) which can affect the Agent's behaviour. Currently, those are not documented anywhere. It would be nice to add them in...
#### Description This is a WIP PR to explore schematising the Collector's config through the [Pkl language](https://pkl-lang.org/index.html). Each processor/exporter/receiver/connector would have to have a `.pkl` file instead of a `config.go`....
#### PR Description There is a longstanding bug which prevents the agent config from being reloaded when there is a `metrics` stage in a logging pipeline. This PR also fixes...
#### PR Description This is a proposal for starting up Alloy pipelines dynamically based on data in transit. For example, if a `discovery` component comes up with 10 targets, Alloy...
### Request `prometheus.exporter` components tend to not take `targets` as "input" attributes. Some do (e.g. [prometheus.exporter.snmp](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.snmp/) and [prometheus.exporter.blackbox](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.blackbox/)), but others such as [prometheus.exporter.kafka](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.kafka/) simply have an attribute for the URL...
#### PR Description Keeping current with the Ubuntu releases. The same change is also being done in the [Agent repo](https://github.com/grafana/agent/pull/6992). #### PR Checklist - [x] CHANGELOG.md updated - [ ]...
#### PR Description When Alloy's config is reloaded, components whose config didn't change should not be reloaded. This hasn't been true for `loki.process` if certain stages are present. That's because...
### Request This would be similar to [discovery.consul](https://grafana.com/docs/alloy/latest/reference/components/discovery.consul/), but it'd be for the Slurm Workload Manager. It could pull the data that it needs using the [Slurm REST API](https://slurm.schedmd.com/rest.html). ###...
### Request This new component would provide metrics for the Slurm Workload Manager. It could embed an upstream component such as [vpenso/prometheus-slurm-exporter](https://github.com/vpenso/prometheus-slurm-exporter). We will need to make sure the license...