Paulin Todev
Paulin Todev
OtelCol exporters should should only initialise for the telemetry types for which they're configured
### Request If a River config file contains an `otelcol.exporter` such as `otelcol.exporter.otlp`, that exporter will always create the underlying Collector exporters for logs, metrics, and traces. For example, even...
### Request If you load a module using a component such as `module.string`, the UI does not show the sub-graph which `module.string` loaded, with all of its internal Flow components....
At the moment, if a change to the Flow config leads to an invalid graph then the change as a whole is not rejected. Instead, as many changes as possible...
### What's wrong? The docs for `pyroscope.scrape` include a [path_prefix](https://grafana.com/docs/agent/v0.38/flow/reference/components/pyroscope.scrape/#profiling_config-block) argument, but the code for `pyroscope.scrape` doesn't seem to do anything with it. We need to get a confirmation from...
### Request There was a recent discussion about a need to analyse minidumps and create telemetry such as logs or metrics based on the information inside them. Minidumps can include...
### Request Group the [reference docs for components](https://grafana.com/docs/agent/latest/flow/reference/components/) inside directories according to their namespace. Instead of every component being right under `/flow/reference/components/`, we could have directories such as: * `/flow/reference/components/discovery`...
This PR adds a `snmp_context` parameter to the URL, e.g.: ``` /snmp?target=10.11.12.13&auth=mystrongauth&module=snmp_inventory&snmp_context=vrf-mgmt ``` Fixes #1040 This is essentially the same PR as #845. I have not tested this yet. What...
**What this PR does / why we need it**: Recently, a memory issue was reported with the Agent Static mode. The memory of the Agent was creeping up steadily, until...
This PR will pick up a particular [feature](https://github.com/prometheus/snmp_exporter/pull/1163) from the upstream SNMP exporter. Unfortunately, this feature is not yet in a "release" version of SNMP exporter. If @RichiH is planning...
#### PR Description Adding a new `otelcol.exporter.kafka` component based on the OTel Collector's [kafka exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.96.0/exporter/kafkaexporter/README.md). This is still work in progress. I will update the code and add documentation after...