open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
541 stars 1.19k forks source link

Consider an explicit subsection on semantic attributes for each language SIG's manual instrumentation page #1539

Open cartermp opened 2 years ago

cartermp commented 2 years ago

JS docs have this here: https://opentelemetry.io/docs/instrumentation/js/instrumentation/#semantic-attributes

This should really be done for each language. Semantic Attributes are awesome and people should use them!

svrnm commented 2 years ago

💯

Should we also have a "Semantic Conventions" page under "Concepts"?

svrnm commented 2 years ago

Here are all the languages that have a section on attributes, that then could be enriched with semantic attributes:

cartermp commented 2 years ago

Only .NET remains! Unfortunately, there's more to do before we can add docs for it: https://github.com/open-telemetry/opentelemetry-dotnet/pull/2069

theletterf commented 7 months ago

@Kielek Could we work on adding this content to the .NET docs?

Kielek commented 7 months ago

@theletterf, it is not so simple. .NET SDK repository does not offer any good package with Semantic convention to be referred by external packages.

As I know, new build tools v0.24.0 could add such support, but I am not sure who/when will be working on this.

Last discussion in this scope was handled by @lmolkova adn @martinjt. I hope they could help here.

Kielek commented 6 months ago

Some update about .NET - for now, the whole package will be probably removed: https://github.com/open-telemetry/opentelemetry-dotnet/pull/5539

@reyang, FYI