diff --git a/config/config.exs b/config/config.exs index 7a3f5d7..445458a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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"