William Dumont
William Dumont
#### PR Description This PR refers to the first two points of this issue: https://github.com/grafana/alloy/issues/1315 The stdlib is modified according to the accepted proposal: https://github.com/grafana/alloy/pull/1161 Old stdlib names are still...
The note informs about the stability level but does not specify that the stability flag should be set. The users will find it out in an error message when Alloy...
Otel components can consume multiple signals. It would be better to have different feeds in the UI depending on the signals instead of mixing them together in one feed.
An alternative way to send targets to the prometheus.exporter.blackbox was introduced via this https://github.com/grafana/alloy/pull/997 to support dynamic targets. The old way of passing the targets (via block) can be removed...
#### Description This is the core part of the remote tap concept described here: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34096 This will be used by the new version of the [remotetap extension in contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34872). This...
THIS DRAFT IS A PROOF OF CONCEPT to show what advanced debugging capabilities the remotetap extension could offer. It's similar to https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34346 but following the feedback in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34096, it's now...
### Component(s) extension/remotetap ### Is your feature request related to a problem? Please describe. The RemoteTap extension was abandoned because the [first implementation](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/29726) was not merged. The extension has been...