semantic-conventions/docs/attributes-registry
Joao Grassi 768a23c362
[chore] Move otel.* attributes to registry (#891)
2024-04-10 09:57:09 +02:00
..
README.md [chore] move event to registry (#907) 2024-04-10 08:06:05 +02:00
android.md [chore] Move AWS ECS, EKS and Log attributes to the registry (#848) 2024-04-05 11:42:59 +02:00
aws.md [chore] move aws lambda and sdk to registry (#893) 2024-04-08 10:18:52 +02:00
browser.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
client.md [chore] Add registry prefix to registry namespaces that missing it (#851) 2024-04-03 13:58:09 +02:00
cloud.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
cloudevents.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
code.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
container.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
db.md DB: rename table/container/etc to collection (#870) 2024-04-08 10:14:27 -07:00
deployment.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
destination.md [chore] Add registry prefix to registry namespaces that missing it (#851) 2024-04-03 13:58:09 +02:00
device.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
disk.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
dns.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
enduser.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
error.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
event.md [chore] move event to registry (#907) 2024-04-10 08:06:05 +02:00
exception.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
faas.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
feature-flag.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
file.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
gcp.md [chore] Combine GCP attributes (#888) 2024-04-05 14:46:51 +02:00
graphql.md [chore] move graphql to registry (#882) 2024-04-05 08:53:02 +02:00
heroku.md [chore] Move heroku attributes to the registry (#871) 2024-04-05 09:48:58 +02:00
host.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
http.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
ios.md [chore] Move AWS ECS, EKS and Log attributes to the registry (#848) 2024-04-05 11:42:59 +02:00
k8s.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
messaging.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
network.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
oci.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
opentracing.md [chore] move opentracing to the registry (#900) 2024-04-08 08:23:19 -07:00
os.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
otel.md [chore] Move otel.* attributes to registry (#891) 2024-04-10 09:57:09 +02:00
peer.md [chore] Move Peer to registry (#853) 2024-04-03 11:28:57 +02:00
process.md Add additional process attributes to registry (#564) 2024-04-09 08:56:23 -07:00
rpc.md [chore] change prefix for deprecated attributes (#898) 2024-04-08 16:48:15 +02:00
server.md [chore] Add registry prefix to registry namespaces that missing it (#851) 2024-04-03 13:58:09 +02:00
service.md [editorial] service.md: normalize link to process.md (#883) 2024-04-05 09:57:13 -07:00
session.md [chore] Move Session to registry (#843) 2024-04-03 14:07:31 +02:00
source.md [chore] Add registry prefix to registry namespaces that missing it (#851) 2024-04-03 13:58:09 +02:00
telemetry.md [chore] Move telemetry sdk to the registry (#873) 2024-04-03 17:16:14 +02:00
thread.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
tls.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
url.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
user-agent.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
webengine.md Move webengine attributes to the registry (#901) 2024-04-09 13:53:24 +02:00

README.md

Attributes Registry

The attributes registry is the place where attributes are defined. An attribute definition covers the following properties of an attribute:

  • the id (the fully qualified name) of the attribute
  • the type of the attribute
  • the stability of the attribute
  • a brief description of the attribute and optionally a longer note
  • example values

Attributes defined in the registry can be used in different semantic conventions. Attributes should be included in this registry before they are used in semantic conventions. Semantic conventions may override all the properties of an attribute except for the id and type in case it's required for a particular context. In addition, semantic conventions specify the requirement level of an attribute in the corresponding context.

A definition of an attribute in the registry doesn't necessarily imply that the attribute is used in any of the semantic conventions.

If applicable, application developers are encouraged to use existing attributes from this registry. See also these recommendations regarding attribute selection and attribute naming for custom use cases.

All registered attributes are listed by namespace in this registry.

Warning The following registry overview is a work in progress.

Further attribute namespaces are currently being migrated and will appear in this registry soon.

Currently, the following namespaces exist: