Skip to content

Commit 50c67fb

Browse files
authored
Add opentelemetry declarative configuration schema (#5436)
* Add opentelemetry schema * Replace rc refs with 1.0.0 ref * Reorder
1 parent bd74196 commit 50c67fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/api/json/catalog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,6 +4666,20 @@
46664666
"fileMatch": ["**/META-INF/rewrite/*.yml"],
46674667
"url": "https://raw.githubusercontent.com/openrewrite/rewrite/main/rewrite-core/openrewrite.json"
46684668
},
4669+
{
4670+
"name": "OpenTelemetry Declarative Configuration",
4671+
"description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
4672+
"fileMatch": [
4673+
"opentelemetry*.yaml",
4674+
"opentelemetry*.yml",
4675+
"otel*.yaml",
4676+
"otel*.yml"
4677+
],
4678+
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
4679+
"versions": {
4680+
"1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
4681+
}
4682+
},
46694683
{
46704684
"name": "Open Data Contract Standard (ODCS)",
46714685
"description": "Open Data Contract Standard contract file, from the Bitol project at The Linux Foundation",

0 commit comments

Comments
 (0)