Skip to content

Commit

Permalink
Fix broken link to metadata schema (#9044)
Browse files Browse the repository at this point in the history
**Description:** Fix a broken link in scrapping receivers documentation.
  • Loading branch information
jsoriano authored Dec 5, 2023
1 parent f3a241a commit 111037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scraping-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defines stability guarantees and provides guidelines for metric updates.
Each built-in scraping metrics receiver has a `metadata.yaml` file that MUST define all the metrics emitted by the
receiver. The file is being used to generate an API for metrics recording, user settings to customize the emitted
metrics and user documentation. The file schema is defined in
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metric-metadata.yaml.
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metadata-schema.yaml
Defining a metric in `metadata.yaml` DOES NOT guarantee that the metric will always be produced by the receiver. In
some cases it may be impossible to fetch particular metrics from a system in a particular state.

Expand Down

0 comments on commit 111037d

Please sign in to comment.