Issue #3470235 by Spokje: open-telemetry/sem-conv:1.27.0 introduces new deprecation, breaks daily updated deps run
parent
83d68bd711
commit
0961354180
|
@ -6209,16 +6209,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "open-telemetry/sem-conv",
|
"name": "open-telemetry/sem-conv",
|
||||||
"version": "1.25.0",
|
"version": "1.27.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/opentelemetry-php/sem-conv.git",
|
"url": "https://github.com/opentelemetry-php/sem-conv.git",
|
||||||
"reference": "23f457ba390847647a17068e0095d9ffe9a4824c"
|
"reference": "04685638c98df03419b6683aa1b2646877687c4b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/23f457ba390847647a17068e0095d9ffe9a4824c",
|
"url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/04685638c98df03419b6683aa1b2646877687c4b",
|
||||||
"reference": "23f457ba390847647a17068e0095d9ffe9a4824c",
|
"reference": "04685638c98df03419b6683aa1b2646877687c4b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6262,7 +6262,7 @@
|
||||||
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
|
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
|
||||||
"source": "https://github.com/open-telemetry/opentelemetry-php"
|
"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",
|
"name": "phar-io/manifest",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"open-telemetry/exporter-otlp": "1.0.4",
|
"open-telemetry/exporter-otlp": "1.0.4",
|
||||||
"open-telemetry/gen-otlp-protobuf": "1.1.0",
|
"open-telemetry/gen-otlp-protobuf": "1.1.0",
|
||||||
"open-telemetry/sdk": "1.0.8",
|
"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/manifest": "2.0.4",
|
||||||
"phar-io/version": "3.2.1",
|
"phar-io/version": "3.2.1",
|
||||||
"php-http/discovery": "1.19.4",
|
"php-http/discovery": "1.19.4",
|
||||||
|
|
|
@ -471,7 +471,7 @@ trait PerformanceTestTrait {
|
||||||
ResourceAttributes::SERVICE_NAME => $service_name,
|
ResourceAttributes::SERVICE_NAME => $service_name,
|
||||||
ResourceAttributes::SERVICE_INSTANCE_ID => 1,
|
ResourceAttributes::SERVICE_INSTANCE_ID => 1,
|
||||||
ResourceAttributes::SERVICE_VERSION => \Drupal::VERSION,
|
ResourceAttributes::SERVICE_VERSION => \Drupal::VERSION,
|
||||||
ResourceAttributes::DEPLOYMENT_ENVIRONMENT => 'local',
|
ResourceAttributes::DEPLOYMENT_ENVIRONMENT_NAME => 'local',
|
||||||
])));
|
])));
|
||||||
|
|
||||||
$otel_collector_headers = getenv('OTEL_COLLECTOR_HEADERS') ?: [];
|
$otel_collector_headers = getenv('OTEL_COLLECTOR_HEADERS') ?: [];
|
||||||
|
|
Loading…
Reference in New Issue