Skip to content

Commit 0788185

Browse files
atoulmecodeboten
andauthored
[chore] remove dev warning (#37160)
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 <[email protected]>
1 parent 7edfd5d commit 0788185

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

receiver/ntpreceiver/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1313
<!-- end autogenerated section -->
1414

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

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

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

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

3129
### Example Configuration
3230

0 commit comments

Comments
 (0)