File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ Main (unreleased)
17
17
- [ GO-2023-2412] ( https://github.com/advisories/GHSA-7ww5-4wqc-m92c )
18
18
- [ CVE-2023 -49568] ( https://github.com/advisories/GHSA-mw99-9chc-xw7r )
19
19
20
+ ### Features
21
+
22
+ - Add a ` otelcol.processor.resourcedetection ` component which inserts resource attributes
23
+ to OTLP telemetry based on the host on which Grafana Agent is running. (@ptodev )
24
+
20
25
### Enhancements
21
26
22
27
- Add an option to the windows static mode installer for expanding environment vars in the yaml config. (@erikbaranowski )
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ import (
81
81
_ "github.com/grafana/agent/component/otelcol/processor/k8sattributes" // Import otelcol.processor.k8sattributes
82
82
_ "github.com/grafana/agent/component/otelcol/processor/memorylimiter" // Import otelcol.processor.memory_limiter
83
83
_ "github.com/grafana/agent/component/otelcol/processor/probabilistic_sampler" // Import otelcol.processor.probabilistic_sampler
84
+ _ "github.com/grafana/agent/component/otelcol/processor/resourcedetection" // Import otelcol.processor.resourcedetection
84
85
_ "github.com/grafana/agent/component/otelcol/processor/span" // Import otelcol.processor.span
85
86
_ "github.com/grafana/agent/component/otelcol/processor/tail_sampling" // Import otelcol.processor.tail_sampling
86
87
_ "github.com/grafana/agent/component/otelcol/processor/transform" // Import otelcol.processor.transform
You can’t perform that action at this time.
0 commit comments