From 845cfc3b91c39b8cd935488eb4bfb4f1d543cdd7 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 24 Apr 2024 13:04:54 -0400 Subject: [PATCH] Set OpenTelemetry service name --- config/config.exs | 2 ++ 1 file changed, 2 insertions(+) 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"