1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2025-05-09 15:45:03 +02:00
parent 401dcafe47
commit 92e4492c48
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 1524 additions and 1674 deletions

View file

@ -73,7 +73,7 @@ async function registerOpentelemetryTracing () {
new JaegerExporter({ endpoint: CONFIG.OPEN_TELEMETRY.TRACING.JAEGER_EXPORTER.ENDPOINT })
)
],
resource: new Resource.default.Resource({
resource: Resource.default.resourceFromAttributes({
[SemanticResourceAttributes.default.ATTR_SERVICE_NAME]: 'peertube'
})
})