Skip to content

Commit

Permalink
fix: missing OTEL_SERVICE_NAME env var (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 26, 2023
1 parent d7d17a8 commit 9f1c3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ COPY --from=builder /go/src/github.com/formancehq/payments/bin/payments /usr/loc
EXPOSE 8080

ENTRYPOINT ["payments"]

ENV OTEL_SERVICE_NAME=payments
CMD ["server"]

0 comments on commit 9f1c3d3

Please sign in to comment.