mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
change open telemetry endpoint
This commit is contained in:
@@ -13,7 +13,7 @@ function createProvider(serviceName) {
|
||||
|
||||
provider.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
|
||||
provider.addSpanProcessor(new SimpleSpanProcessor(new ZipkinExporter({
|
||||
url: 'https://5.180.182.151/zipkin-endpoint/api/v2/spans',
|
||||
url: 'http://5.180.182.151:9411/api/v2/spans',
|
||||
serviceName: serviceName,
|
||||
// Uncomment and customize the following if needed
|
||||
// getExportRequestHeaders: () => {
|
||||
|
||||
Reference in New Issue
Block a user