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.
1 parent 019ca41 commit 0288d9bCopy full SHA for 0288d9b
config/env/.env.template
@@ -40,7 +40,7 @@ MONGO_INITDB_DATABASE=rcb-rag-api
40
MONGO_INITDB_PORT=27017
41
42
# OpenTelemetry Configuration
43
-OTEL_SERVICE_NAME=otel-collector
+OTEL_SERVICE_NAME=rcb-rag-api
44
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317
45
46
# GitHub Configuration
src/api/index.ts
@@ -25,7 +25,7 @@ import swaggerDocument from './swagger';
25
26
// Shared Resource
27
const resource = new Resource({
28
- [ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'otel-collector',
+ [ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'rcb-rag-api',
29
});
30
31
// Trace Exporter
0 commit comments