Skip to content

Commit

Permalink
OTEL_SERVICE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 authored and Kazuki Okamoto committed Aug 18, 2023
1 parent d337496 commit d5d60d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/yesod-subsite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server.run:

.PHONY: app.run
app.run: bin/yesod-subsite
bin/yesod-subsite $(YESOD_MINIMAL_OPTS)
OTEL_SERVICE_NAME=yesod-subsite bin/yesod-subsite $(YESOD_MINIMAL_OPTS)

bin/yesod-subsite:
stack install --local-bin-path ./bin $(CABAL_OPTS) yesod-subsite:exe:yesod-subsite
Expand Down

0 comments on commit d5d60d2

Please sign in to comment.