Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bundled discovery configs to default config.d for rpm and deb packages #3311

Merged
merged 6 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
give discovery provider development stability
  • Loading branch information
rmfitzpatrick committed Jun 27, 2023
commit fe8e705bffe03f47e1b7e46094423b3452e0a092
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### 💡 Enhancements 💡

- (Splunk) Package default discovery configuration in reference form in `/etc/otel/collector/config.d` ([#3311](https://github.com/signalfx/splunk-otel-collector/pull/3311))
- (Splunk) Add bundled collectd/nginx Smart Agent receiver discovery rules ([#3321](https://github.com/signalfx/splunk-otel-collector/pull/3321))

## v0.80.0
Expand Down
8 changes: 4 additions & 4 deletions internal/confmapprovider/discovery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Discovery confmap.Provider (Experimental)
# Discovery confmap.Provider

**This component should not be considered stable. At this time its functionality is provided for testing and validation purposes only.**
**This feature is currently in [development](https://github.com/open-telemetry/opentelemetry-collector#development)**

rmfitzpatrick marked this conversation as resolved.
Show resolved Hide resolved
The Discovery [confmap.Provider](https://pkg.go.dev/go.opentelemetry.io/collector/confmap#readme-provider) provides
the ability to define Collector service config through individual component yaml mappings in a `config.d` directory:
Expand Down Expand Up @@ -130,9 +130,9 @@ the components:
<discovery receiver statement status entries>
```

By default, the Discovery mode is provided with pre-made discovery config components in [`bundle.d`](./bundle/README.md).
By default, the discovery mode is provided with pre-made discovery config components in [`bundle.d`](./bundle/README.md).

The following components have bundled discovery configurations in the last Splunk OpenTelmetry Collector release:
The following components have bundled discovery configurations in the last Splunk OpenTelemetry Collector release:

I. Smart Agent receiver
* `collectd/mysql` monitor type ([Linux](./bundle/bundle.d/receivers/smartagent-collectd-mysql.discovery.yaml))
Expand Down
Loading