42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "open-telemetry/exporter-otlp",
|
||
|
"description": "OTLP exporter for OpenTelemetry.",
|
||
|
"keywords": ["opentelemetry", "otel", "tracing", "metrics", "exporter", "otlp", "grpc", "http"],
|
||
|
"type": "library",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
|
||
|
"source": "https://github.com/open-telemetry/opentelemetry-php",
|
||
|
"docs": "https://opentelemetry.io/docs/php",
|
||
|
"chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V"
|
||
|
},
|
||
|
"license": "Apache-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "opentelemetry-php contributors",
|
||
|
"homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": "^7.4 || ^8.0",
|
||
|
"php-http/discovery": "^1.14",
|
||
|
"open-telemetry/gen-otlp-protobuf": "^1.0",
|
||
|
"open-telemetry/api": "^1.0",
|
||
|
"open-telemetry/sdk": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"OpenTelemetry\\Contrib\\Otlp\\": "."
|
||
|
},
|
||
|
"files": [
|
||
|
"_register.php"
|
||
|
]
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.0.x-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|