diff options
author | Valery Piashchynski <[email protected]> | 2022-05-18 11:46:30 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-18 11:46:37 +0200 |
commit | b75bf42b5debd4072b0b94890ee0dee84f01b967 (patch) | |
tree | 01507bae10843f8fb361cfff330ddbdab09cbda1 /schemas | |
parent | a6d0d8ce6d6438e66f6dbd0795d2ba91235955fa (diff) |
deps: update dependencies
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/2.0.schema.json | 3 |
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_]+$" } |