semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
### Area(s) area:http ### Is your change request related to a problem? Please describe. The guidance today for HTTP client span naming is: ``` HTTP span names SHOULD be {method}...
The messaging workgroup has already merged and is still working on several changes to the existing semantic conventions, the most important one being a proposal for span structures for messaging...
Relates to #653. This issue covers the creation of a prototype for Kafka instrumentation in Go. The instrumentation needs to cover both metrics and traces.
The purpose of this is to allow for people running in a hybrid environment. Relates #1409 ## Changes Please provide a brief description of the changes here. Note: if the...
Vendor-specific database attributes that are also used in metrics should be moved out of `database/spans.yaml`, e.g. https://github.com/open-telemetry/semantic-conventions/blob/b780f480e73ffc2d1da117689475b7b9c8af610b/model/database/spans.yaml#L88-L103
We currently do this: ```yaml brief: 'Deprecated, use `server.address`, `server.port` attributes instead.' deprecated: "Replaced by `server.address` and `server.port`." ``` It'd be nice to avoid duplication - https://github.com/open-telemetry/semantic-conventions/pull/1418#discussion_r1766981411
At the moment most of the K8s metrics do not define attributes. We should have recommendations/requirements on what resources metrics can/must associate with, e.g. k8s.pod, k8s.node etc. _Originally posted by...
Merge the experimental and stable portions of `resource` together where previously we had them split by group but still had them with the same `type`. Marking this draft to get...
A few things we'll need to work w/ Entities/Semconv group on: (1) Should `type` on resource semconv have *all* identifying attributes or locally identifying attributes. E.g. `k8s.namespace` today only contains...
### Area(s) area:system ### Is your change request related to a problem? Please describe. The `hostmetrics` receiver is currently reporting the `process.cgroup` attribute: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/internal/scraper/processscraper/metadata.yaml#L49 This attribute is really helpful as...