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:
parent
401dcafe47
commit
92e4492c48
6 changed files with 1524 additions and 1674 deletions
|
@ -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'
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue