We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d270e9a + f9538e9 commit 4d4a7d3Copy full SHA for 4d4a7d3
config/env/.env.template
@@ -62,5 +62,5 @@ MINIO_ROOT_PASSWORD=MINIO_ROOT_PASSWORD
62
LOG_LEVEL=INFO
63
64
# OpenTelemetry Configuration
65
-OTEL_SERVICE_NAME=otel-collector
+OTEL_SERVICE_NAME=rcb-gallery-api
66
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317
src/api/index.ts
@@ -39,7 +39,7 @@ dotenv.config();
39
40
// Shared Resource
41
const resource = new Resource({
42
- [ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'otel-collector',
+ [ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'rcb-gallery-api',
43
});
44
45
// Trace Exporter
0 commit comments