Set OpenTelemetry service name

This commit is contained in:
Shadowfacts 2024-04-24 13:04:54 -04:00
parent 558180297a
commit 845cfc3b91
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ config :logger, :console,
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
config :opentelemetry, :resource, service: %{name: "tusker_push"}
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"