forked from opentracing/specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantic_conventions.yaml
35 lines (32 loc) · 986 Bytes
/
semantic_conventions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file describes standards and conventions for Span tags and logs.
#
# See ./semantic_conventions.md for more context and explanation.
#
# Changes to this file affect the OpenTracing specification version. Additions
# should always bump the minor version, and backwards-incompatible changes (or
# perhaps very large additions) should bump the major version.
standard_tags:
'component': string
'db.instance': string
'db.statement': string
'db.type': string
'db.user': string
'error': bool
'http.method': string
'http.status_code': integer
'http.url': string
'message_bus.destination': string
'peer.address': string
'peer.hostname': string
'peer.ipv4': string
'peer.ipv6': string
'peer.port': integer
'peer.service': string
'sampling.priority': integer
'span.kind': string
standard_log_fields:
'error.kind': string
'error.object': object
'event': string
'message': string
'stack': string