William Dumont
William Dumont
#### PR Description This PR adds the import functionality of the new modules with import.string and import.file. The functionality is described in #5547 The change introduces a new type of...
#### PR Description WIP doc modules 2.0
#### PR Description Call UpdateArgs instead of Update in the New() function to avoid starting goroutines before Run() is called #### Which issue(s) this PR fixes Fixes #6341 #### Notes...
### What's wrong? local.file is starting some go routines on creation that are cleaned up when Run is canceled. The problem is that if an error happens in between (for...
#### PR Description This change optimizes the loader to avoid creating new nodes (declare + config) when they already exist in the graph. This optimization was already implemented for the...
### What's wrong? local.file is starting some go routines on creation that are cleaned up when Run is canceled. The problem is that if an error happens in between (for...
I'm moving this [PR](https://github.com/grafana/agent/pull/6798) to this repo
#### PR Description The loki.source.docker does not attempt to re-collect logs from a docker container target that has exited. The only way to continue collecting the logs from the target...
backport https://github.com/grafana/alloy/pull/687
backport https://github.com/grafana/alloy/pull/742