Paulin Todev
Paulin Todev
@dependabot rebase
Hello! 👋 I could take a look into implementing this, but I'm still not yet sure what a good solution would look like. One solution is to use views to...
This was done by #3710
SGTM. As a user, if I set the window to 1 min I would expect the graph to refresh whenever there is an update in the pipeline, not at the...
Hi, thank you for reporting this! Could you please send us profiles? The [Profile Grafana Alloy resource consumption](https://grafana.com/docs/alloy/latest/troubleshoot/profile/) doc describes how to collect them.
Thanks! I see that you are using `otelcol.exporter.prometheus`. Is there any reason for this? We generally don't recommend using converters such as `otelcol.receiver.prometheus` and `otelcol.exporter.prometheus`. It'd be better to send...
Would it be possible to use [prometheus.receive_http](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.receive_http/) instead? OR maybe just a generic proxy instead of an Alloy, if the gateway isn't doing something very complicated?
Hi! I'm not experience with using the Helm chart but I think you need to define the volume [like this](https://github.com/grafana/alloy/blob/main/operations/helm/charts/alloy/ci/controller-volumes-extra-values.yaml).
To collect logs on K8s you'd normally set up Alloy as a DaemonSet and have it collect all logs on that node: - [Collect Kubernetes logs and forward them to...
Unfortunately, the bug doesn't just cause config reloads. For example, we've had cases where two components are configured differently in the config file, but due to bugs with mutations they...