Skip to content

Commit

Permalink
etc: rename service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot committed Aug 8, 2024
1 parent 600dde2 commit 292cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ EXPOSE 8080
#ENTRYPOINT ["java", "-jar", "app.jar"]
ENTRYPOINT ["java", "-javaagent:opentelemetry-javaagent.jar", \
"-Dotel.exporter.otlp.endpoint=$OTEL_EXPORTER_OTLP_ENDPOINT", \
"-Dotel.service.name=chat", \
"-Dotel.service.name=cloud6-chat", \
"-jar", "app.jar"]

0 comments on commit 292cb5d

Please sign in to comment.