add opentelemetry extension support

This commit is contained in:
Alexander Over
2025-01-29 08:24:00 +01:00
parent f19e90afd7
commit 30c5d38095
5 changed files with 80 additions and 0 deletions

View File

@@ -432,6 +432,21 @@
"type": "builtin",
"arg-type-unix": "custom"
},
"opentelemetry": {
"notes": true,
"support": {
"Windows": "wip"
},
"arg-type": "enable",
"source": "opentelemetry",
"unix-only": true,
"ext-suggests": [
"grpc",
"protobuf",
"ffi"
],
"type": "external"
},
"openssl": {
"notes": true,
"type": "builtin",