Add note to span examples not representing a particular JSON format (#4311)
This commit is contained in:
parent
126ae92bf7
commit
d40a890be9
|
|
@ -12,6 +12,14 @@ sophisticated mesh of services, traces are essential to understanding the full
|
||||||
|
|
||||||
Let's explore this with three units of work, represented as [Spans](#spans):
|
Let's explore this with three units of work, represented as [Spans](#spans):
|
||||||
|
|
||||||
|
{{% alert title="Note" %}}
|
||||||
|
|
||||||
|
The following JSON examples do not represent a specific format, and especially
|
||||||
|
not [OTLP/JSON](/docs/specs/otlp/#json-protobuf-encoding), which is more
|
||||||
|
verbose.
|
||||||
|
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
`hello` span:
|
`hello` span:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue