Skip to content

Commit 915abcb

Browse files
committed
Update changelog, add to all.go
1 parent 64a89eb commit 915abcb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Main (unreleased)
1717
- [GO-2023-2412](https://github.com/advisories/GHSA-7ww5-4wqc-m92c)
1818
- [CVE-2023-49568](https://github.com/advisories/GHSA-mw99-9chc-xw7r)
1919

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+
2025
### Enhancements
2126

2227
- Add an option to the windows static mode installer for expanding environment vars in the yaml config. (@erikbaranowski)

component/all/all.go

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import (
8181
_ "github.com/grafana/agent/component/otelcol/processor/k8sattributes" // Import otelcol.processor.k8sattributes
8282
_ "github.com/grafana/agent/component/otelcol/processor/memorylimiter" // Import otelcol.processor.memory_limiter
8383
_ "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
8485
_ "github.com/grafana/agent/component/otelcol/processor/span" // Import otelcol.processor.span
8586
_ "github.com/grafana/agent/component/otelcol/processor/tail_sampling" // Import otelcol.processor.tail_sampling
8687
_ "github.com/grafana/agent/component/otelcol/processor/transform" // Import otelcol.processor.transform

0 commit comments

Comments
 (0)