Skip to content

Commit

Permalink
feat(monitoringjob): Add Monitoring Job Receiver
Browse files Browse the repository at this point in the history
Adds the new monitoringjob receiver to the collector. Disabled by
default behind a feature gate.

Signed-off-by: Christian Kruse <[email protected]>
  • Loading branch information
c-kruse committed Sep 25, 2023
1 parent 8ec26ae commit feba783
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Released TBD

### Added

- feat(receiver/monitorinjob): add Monitoring Job receiver

[Unreleased]: https://github.com/SumoLogic/sumologic-otel-collector/compare/v0.85.0-sumo-0...main

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ The rest of the components in the table are pure upstream OpenTelemetry componen
| [kubeletstats][kubeletstatsreceiver] | | | | |
| [loki][lokireceiver] | | | | |
| [memcached][memcachedreceiver] | | | | |
| [monitoringjob][monitoringjobreceiver] | | | | |
| [mongodb][mongodbreceiver] | | | | |
| [mongodbatlas][mongodbatlasreceiver] | | | | |
| [mysql][mysqlreceiver] | | | | |
Expand Down Expand Up @@ -195,6 +196,7 @@ The rest of the components in the table are pure upstream OpenTelemetry componen
[kubeletstatsreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/kubeletstatsreceiver
[lokireceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/lokireceiver
[memcachedreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/memcachedreceiver
[monitoringjobreceiver]: ./pkg/receiver/jobreceiver
[mongodbreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/mongodbreceiver
[mongodbatlasreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/mongodbatlasreceiver
[mysqlreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.85.0/receiver/mysqlreceiver
Expand Down
4 changes: 4 additions & 0 deletions otelcolbuilder/.otelcol-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ receivers:

- gomod: github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/rawk8seventsreceiver v0.0.0-00010101000000-000000000000
path: ./../pkg/receiver/rawk8seventsreceiver

- gomod: github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/jobreceiver v0.0.0-00010101000000-000000000000
path: ./../pkg/receiver/jobreceiver

# Upstream receivers:

# Since include-code was removed we need to manually add all core components that we want to include:
Expand Down

0 comments on commit feba783

Please sign in to comment.