diff options
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_]+$" } |