Set OpenTelemetry service name
This commit is contained in:
parent
558180297a
commit
845cfc3b91
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue