summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-18 11:46:30 +0200
committerValery Piashchynski <[email protected]>2022-05-18 11:46:37 +0200
commitb75bf42b5debd4072b0b94890ee0dee84f01b967 (patch)
tree01507bae10843f8fb361cfff330ddbdab09cbda1 /schemas
parenta6d0d8ce6d6438e66f6dbd0795d2ba91235955fa (diff)
deps: update dependencies
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index 64e7e279..89c494e5 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -755,7 +755,8 @@
"enum": [
"zipkin",
"stdout",
- "otlp"
+ "otlp",
+ "jaeger"
],
"pattern": "^[0-9a-zA-Z_]+$"
}