Signoz Context
JSON-LD context defining the semantic vocabulary for Signoz from SigNoz.
35 Classes
3 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
signoz:
https://signoz.io/vocab/
otel:
https://opentelemetry.io/docs/concepts/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Alert
Dashboard
Widget
IngestionKey
ServiceAccount
NotificationChannel
DowntimeSchedule
InfraHost
MetricRule
id
name
description
title
createdBy
severity
alertType
condition
evalWindow
frequency
state
channels
labels
annotations
widgets
panelType
query
isPublic
tags
orgId
limits
signalTypes
metricName
traceId
spanId
serviceName
Properties
| Property |
Type |
Container |
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
| timestamp |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"signoz": "https://signoz.io/vocab/",
"otel": "https://opentelemetry.io/docs/concepts/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Alert": "signoz:Alert",
"Dashboard": "signoz:Dashboard",
"Widget": "signoz:Widget",
"IngestionKey": "signoz:IngestionKey",
"ServiceAccount": "signoz:ServiceAccount",
"NotificationChannel": "signoz:NotificationChannel",
"DowntimeSchedule": "signoz:DowntimeSchedule",
"InfraHost": "signoz:InfraHost",
"MetricRule": "signoz:MetricRule",
"id": "@id",
"name": "schema:name",
"description": "schema:description",
"title": "schema:name",
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"createdBy": "schema:author",
"severity": "signoz:severity",
"alertType": "signoz:alertType",
"condition": "signoz:condition",
"evalWindow": "signoz:evaluationWindow",
"frequency": "signoz:evaluationFrequency",
"state": "signoz:alertState",
"channels": "signoz:notificationChannels",
"labels": "signoz:labels",
"annotations": "signoz:annotations",
"widgets": "signoz:widgets",
"panelType": "signoz:panelType",
"query": "signoz:query",
"isPublic": "signoz:isPublic",
"tags": "schema:keywords",
"orgId": "signoz:organizationId",
"limits": "signoz:ingestionLimits",
"signalTypes": "otel:SignalType",
"metricName": "otel:metricName",
"traceId": "otel:traceId",
"spanId": "otel:spanId",
"serviceName": "schema:name",
"timestamp": {
"@id": "schema:DateTime",
"@type": "xsd:dateTime"
}
}
}