Commit Graph

6 Commits

Author SHA1 Message Date
Christos Markou 2e615287a4
[chore] Update contributing docs with SemConv compatibility guideline (#13101)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

This PR adds a guideline about how metrics'/attributes' addition should
take place in (some) coordination with the Semantic Conventions project.
This addition does not introduce a hard requirement for now but rather
suggests how such coordination with Semantic Conventions can be
achieved.

If this gets merged I plan to extend Contrib's guidelines as well (i.e.
84f1030339/CONTRIBUTING.md (adding-metrics-to-existing-receivers))
to link back to this guideline.

<!-- Issue number if applicable -->
#### Link to tracking issue
Part of
https://github.com/open-telemetry/opentelemetry-collector/issues/13076

/cc @open-telemetry/collector-contrib-approvers
@open-telemetry/collector-approvers

Note: It's still to be defined how Semantic Conventions will affect
components' stability as described at
https://github.com/open-telemetry/opentelemetry-collector/issues/11878,
however prior to the stability concern this PR suggests to update our
contribution guidelines to cover for this treating it as a "soft"
requirement already.

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
2025-06-02 10:11:55 +00:00
Benjamin Blattberg 36eaf6a917
Update whitespace for list formatting (#12569)
#### Description

A very minor whitespace issue was preventing the list from formatting
correctly on one .md doc page. This fixes that _very minor_ issue.

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2025-03-06 21:05:37 +00:00
hyang023 e1a688fc4e
[docs] Fix link in scraping-receivers.md (#11583)
Trying to reference docs on internal metrics and found the current link
sends you to `404 - page not found` since the page seems to have moved
from `opentelemetry-collector-contrib` to `opentelemetry-collector` repo

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->

Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-11-01 09:54:25 -07:00
Jaime Soriano Pastor 111037dec6
Fix broken link to metadata schema (#9044)
**Description:** Fix a broken link in scrapping receivers documentation.
2023-12-05 13:40:29 -08:00
Dmitrii Anoshin 4bb55bc1fa
[component] Rename "In development" stability level to "Development" (#6561) 2022-11-16 09:48:18 -08:00
Dmitrii Anoshin dae4ebd3cd
[docs] Add a doc for scraping receivers (#6358) 2022-11-15 10:51:00 -08:00