Skip to content

Commit

Permalink
give discovery provider development stability
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick committed Jun 27, 2023
1 parent 7403911 commit fe8e705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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)**

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

0 comments on commit fe8e705

Please sign in to comment.