Skip to content

Commit 4d4a7d3

Browse files
committed
Merge branch 'development'
2 parents d270e9a + f9538e9 commit 4d4a7d3

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
@@ -62,5 +62,5 @@ MINIO_ROOT_PASSWORD=MINIO_ROOT_PASSWORD
6262
LOG_LEVEL=INFO
6363

6464
# OpenTelemetry Configuration
65-
OTEL_SERVICE_NAME=otel-collector
65+
OTEL_SERVICE_NAME=rcb-gallery-api
6666
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317

src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dotenv.config();
3939

4040
// Shared Resource
4141
const resource = new Resource({
42-
[ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'otel-collector',
42+
[ATTR_SERVICE_NAME]: process.env.OTEL_SERVICE_NAME || 'rcb-gallery-api',
4343
});
4444

4545
// Trace Exporter

0 commit comments

Comments
 (0)