Skip to content

Commit

Permalink
[chore] remove dev warning (open-telemetry#37160)
Browse files Browse the repository at this point in the history
Remove a development warning in the README which is no longer true as
the receiver has been in alpha for a little while.

---------

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
atoulme and codeboten authored Jan 15, 2025
1 parent 7edfd5d commit 0788185
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions receiver/ntpreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
<!-- end autogenerated section -->

> :construction: This receiver is in development. Configuration fields and metric data model are subject to change.
## Purpose

This receiver periodically retrieves the clock offset from a NTP server.
Expand All @@ -26,7 +24,7 @@ This receiver periodically retrieves the clock offset from a NTP server.

- `initial_delay` (default = `1s`): defines how long this receiver waits before starting.

- `metrics` (default: see DefaultMetricsSettings [here])(./internal/metadata/generated_metrics.go): Allows enabling and disabling specific metrics from being collected in this receiver.
- `metrics` (default: see DefaultMetricsSettings [here](./internal/metadata/generated_metrics.go)): Allows enabling and disabling specific metrics from being collected in this receiver.

### Example Configuration

Expand Down

0 comments on commit 0788185

Please sign in to comment.