Skip to content

Commit 0288d9b

Browse files
committed
chore: Minor cleanup
1 parent 019ca41 commit 0288d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/env/.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MONGO_INITDB_DATABASE=rcb-rag-api
4040
MONGO_INITDB_PORT=27017
4141

4242
# OpenTelemetry Configuration
43-
OTEL_SERVICE_NAME=otel-collector
43+
OTEL_SERVICE_NAME=rcb-rag-api
4444
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317
4545

4646
# GitHub Configuration

src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import swaggerDocument from './swagger';
2525

2626
// Shared Resource
2727
const resource = new Resource({
28-
[ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'otel-collector',
28+
[ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'rcb-rag-api',
2929
});
3030

3131
// Trace Exporter

0 commit comments

Comments
 (0)