Issue #3470235 by Spokje: open-telemetry/sem-conv:1.27.0 introduces new deprecation, breaks daily updated deps run

merge-requests/9364/head
catch 2024-08-29 10:25:40 +09:00
parent 83d68bd711
commit 0961354180
3 changed files with 7 additions and 7 deletions

10
composer.lock generated
View File

@ -6209,16 +6209,16 @@
},
{
"name": "open-telemetry/sem-conv",
"version": "1.25.0",
"version": "1.27.0",
"source": {
"type": "git",
"url": "https://github.com/opentelemetry-php/sem-conv.git",
"reference": "23f457ba390847647a17068e0095d9ffe9a4824c"
"reference": "04685638c98df03419b6683aa1b2646877687c4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/23f457ba390847647a17068e0095d9ffe9a4824c",
"reference": "23f457ba390847647a17068e0095d9ffe9a4824c",
"url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/04685638c98df03419b6683aa1b2646877687c4b",
"reference": "04685638c98df03419b6683aa1b2646877687c4b",
"shasum": ""
},
"require": {
@ -6262,7 +6262,7 @@
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
"source": "https://github.com/open-telemetry/opentelemetry-php"
},
"time": "2024-04-09T23:31:35+00:00"
"time": "2024-08-06T15:17:39+00:00"
},
{
"name": "phar-io/manifest",

View File

@ -35,7 +35,7 @@
"open-telemetry/exporter-otlp": "1.0.4",
"open-telemetry/gen-otlp-protobuf": "1.1.0",
"open-telemetry/sdk": "1.0.8",
"open-telemetry/sem-conv": "1.25.0",
"open-telemetry/sem-conv": "1.27.0",
"phar-io/manifest": "2.0.4",
"phar-io/version": "3.2.1",
"php-http/discovery": "1.19.4",

View File

@ -471,7 +471,7 @@ trait PerformanceTestTrait {
ResourceAttributes::SERVICE_NAME => $service_name,
ResourceAttributes::SERVICE_INSTANCE_ID => 1,
ResourceAttributes::SERVICE_VERSION => \Drupal::VERSION,
ResourceAttributes::DEPLOYMENT_ENVIRONMENT => 'local',
ResourceAttributes::DEPLOYMENT_ENVIRONMENT_NAME => 'local',
])));
$otel_collector_headers = getenv('OTEL_COLLECTOR_HEADERS') ?: [];