improve actions performance

This commit is contained in:
Peter Maquiran
2024-07-29 17:00:07 +01:00
parent 49a249ce72
commit 66274d059a
11 changed files with 57 additions and 29 deletions
@@ -15,7 +15,8 @@ function createProvider(serviceName) {
// provider.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
provider.addSpanProcessor(new SimpleSpanProcessor(new ZipkinExporter({
url: 'https://5-180-182-151.cloud-xip.com:85/zipkin-endpoint/api/v2/spans',
//url: 'https://5-180-182-151.cloud-xip.com:85/zipkin-endpoint/api/v2/spans',
url: 'https://185-229-224-75.cloud-xip.com:85/zipkin-endpoint/api/v2/spans',
serviceName: serviceName,
getExportRequestHeaders: () => {
return {