William Dumont
William Dumont
If a service has non-optional arguments, it must not run by default. Else ALL config would need to contain the service block. So it should not be possible to end...
I created an [issue](https://github.com/grafana/alloy/issues/1276) to add live debugging support for the loki.process component. It should be able to provide insights on every stage without having to modify the pipeline. @tpaschalis...
The support for native prometheus histograms was added to opentelemetry collector contrib with v0.99: https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/13fca794d57a15e68b41b95ea8df64ff7564f04d
Hey, thanks for your patience, and sorry that it takes so much time, we spent some time discussing how we should approach vendor-specific components. We are moving forward with a...
Hello @polyrain, we just introduced the new concept of "[Community components](https://github.com/grafana/alloy/pull/1001)" and we think that the Datadog exporter would be the perfect first candidate! Please have a look at the...
One additional comment: can you update the link to the otel component in your PR please? It points to the v0.96.0 version but the one implemented here is the v0.101.0
Converting to draft for now because we think it might be a risky change and we don't want it in 1.0
In this example the agents have the same config files, they just run on different hosts. Do you think that we should constrain the agents to run on the same...
In the agent we set it by default to the host of the agent if I understand it correctly here: https://github.com/grafana/agent/blob/main/internal/component/prometheus/exporter/exporter.go#L179
that would be a start but if we want the same behavior as this PR we need to make sure that all exporters (except the ones self, process, UNIX (maybe...