Jaeger · JSON-LD Context

Jaeger Io Context

JSON-LD context defining the semantic vocabulary for Jaeger Io from Jaeger.

27 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ot: https://opentelemetry.io/schemas/
jaeger: https://www.jaegertracing.io/vocab#

Classes

Project Trace Span Service Process SamplingStrategy Dependency name description license version homepage codeRepository maintainer traceId spanId operationName startTime duration serviceName tags references samplingRate maxTracesPerSecond parent child callCount

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ot": "https://opentelemetry.io/schemas/",
    "jaeger": "https://www.jaegertracing.io/vocab#",
    "Project": "schema:SoftwareApplication",
    "Trace": "jaeger:Trace",
    "Span": "jaeger:Span",
    "Service": "jaeger:Service",
    "Process": "jaeger:Process",
    "SamplingStrategy": "jaeger:SamplingStrategy",
    "Dependency": "jaeger:Dependency",
    "name": "schema:name",
    "description": "schema:description",
    "license": "schema:license",
    "version": "schema:softwareVersion",
    "homepage": "schema:url",
    "codeRepository": "schema:codeRepository",
    "maintainer": "schema:maintainer",
    "traceId": "jaeger:traceId",
    "spanId": "jaeger:spanId",
    "operationName": "jaeger:operationName",
    "startTime": "schema:startTime",
    "duration": "schema:duration",
    "serviceName": "jaeger:serviceName",
    "tags": "schema:additionalProperty",
    "references": "jaeger:references",
    "samplingRate": "jaeger:samplingRate",
    "maxTracesPerSecond": "jaeger:maxTracesPerSecond",
    "parent": "jaeger:parentService",
    "child": "jaeger:childService",
    "callCount": "jaeger:callCount"
  }
}