Checks if the Datadog agent is enabled. By default it is disabled. Disabling
will cause the Datadog.DataStreams.Aggregator process to not start or send
data to the agent.
Checks if the Datadog agent is enabled. By default it is disabled. Disabling
will cause the Datadog.DataStreams.Aggregator process to not start or send
data to the agent.
Returns the configured environment tag for this application.
First, it will try accessing the configured service for :open_telemetry.
If that is not set, it tries to use the service configured for
:data_streams. If that is not set, it falls back to an empty string.
Note, this will not pull open telemetry attributes set via environment
variables.
Returns the configured service for this application.
First, it will try accessing the configured service for :open_telemetry.
If that is not set, it tries to use the service configured for
:data_streams. If that is not set, it falls back to
"unnamed-elixir-service".
Note, this will not pull open telemetry attributes set via environment
variables.