New Relic Trace Api Context
JSON-LD context defining the semantic vocabulary for New Relic Trace Api from New Relic.
6 Classes
15 Properties
4 Namespaces
Namespaces
nr:
https://docs.newrelic.com/docs/schemas/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
SpanBatch
CommonBlock
Span
ZipkinSpan
name
AcceptedResponse
Properties
| Property |
Type |
Container |
| common |
string |
|
| spans |
string |
set |
| attributes |
reference |
|
| id |
string |
|
| trace.id |
string |
|
| timestamp |
integer |
|
| traceId |
string |
|
| parentId |
string |
|
| duration |
integer |
|
| kind |
string |
|
| localEndpoint |
reference |
|
| remoteEndpoint |
reference |
|
| tags |
reference |
|
| annotations |
string |
set |
| requestId |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"nr": "https://docs.newrelic.com/docs/schemas/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"SpanBatch": "nr:SpanBatch",
"common": {
"@id": "nr:common",
"@type": "xsd:string"
},
"spans": {
"@id": "nr:spans",
"@container": "@set",
"@type": "xsd:string"
},
"CommonBlock": "nr:CommonBlock",
"attributes": {
"@id": "nr:attributes",
"@type": "@id"
},
"Span": "nr:Span",
"id": {
"@id": "nr:id",
"@type": "xsd:string"
},
"trace.id": {
"@id": "nr:trace.id",
"@type": "xsd:string"
},
"timestamp": {
"@id": "nr:timestamp",
"@type": "xsd:integer"
},
"ZipkinSpan": "nr:ZipkinSpan",
"traceId": {
"@id": "nr:traceId",
"@type": "xsd:string"
},
"parentId": {
"@id": "nr:parentId",
"@type": "xsd:string"
},
"name": "schema:name",
"duration": {
"@id": "nr:duration",
"@type": "xsd:integer"
},
"kind": {
"@id": "nr:kind",
"@type": "xsd:string"
},
"localEndpoint": {
"@id": "nr:localEndpoint",
"@type": "@id"
},
"remoteEndpoint": {
"@id": "nr:remoteEndpoint",
"@type": "@id"
},
"tags": {
"@id": "nr:tags",
"@type": "@id"
},
"annotations": {
"@id": "nr:annotations",
"@container": "@set",
"@type": "xsd:string"
},
"AcceptedResponse": "nr:AcceptedResponse",
"requestId": {
"@id": "nr:requestId",
"@type": "xsd:string"
}
}
}