Skip to content

Commit 2b69e36

Browse files
authored
[chore] update broken links (#35943)
1 parent 93bf7a3 commit 2b69e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ This release fixes CVE-2024-42368 on the `bearerauthtokenextension` (#34516)
14831483
- `k8sclusterreceiver`: add optional status_last_terminated_reason resource attribute (#31282)
14841484
- `awsproxyextension`: Expose service_name as configurable option. Previously, it was hardcoded as xray. (#29550)
14851485
- `datadogexporter`: Add new telemetry metric, `otelcol_datadog_otlp_translator_resources_missing_source` that counts OTLP resources missing a hostname-identifying attribute. (#31805)
1486-
- Enable Collector metrics https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md#metrics to check for this metric.
1486+
- Enable Collector metrics https://opentelemetry.io/docs/collector/internal-telemetry/#configure-internal-metrics to check for this metric.
14871487

14881488
- `extension/opamp`: Promote the OpAMP extension to alpha stability (#31616)
14891489
- `prometheusremotewriteexporter`: Publish telemetry about translation of metrics from Otel to Prometheus. Don't drop all data points if some fail translation. (#29729)

receiver/filelogreceiver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If the receiver is being used to track a symlinked file and the symlink target i
221221
to set the value of the `poll_interval` setting to something lower than the symlink update frequency.
222222

223223
### Telemetry metrics
224-
Enabling [Collector metrics](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md#metrics)
224+
Enabling [Collector metrics](https://opentelemetry.io/docs/collector/internal-telemetry/#configure-internal-metrics)
225225
will also provide telemetry metrics for the state of the receiver's file consumption.
226226
Specifically, the `otelcol_fileconsumer_open_files` and `otelcol_fileconsumer_reading_files` metrics
227227
are provided.

0 commit comments

Comments
 (0)