Commit fc15c95
authored
add systemd receiver to builder config (#44425)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This adds systemreceiver to builder config
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
#44420
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Start otel collector with following config
```
receivers:
systemd:
scope: system
units:
- sshd.service
processors:
batch: {}
exporters:
debug:
verbosity: detailed
extensions:
health_check:
service:
pipelines:
metrics:
receivers: [systemd]
processors: [batch]
exporters: [debug]
```1 parent 15d858c commit fc15c95
File tree
2 files changed
+28
-0
lines changed- .chloggen
- cmd/otelcontribcol
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
0 commit comments