You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove SIGNALFX_USE_WEBSERVER_RESOURCE_AS_OPERATION_NAME configuration.
New, fixed behavior is equivalent to flag enabled,
in order to better align with OpenTelemetry Semantic conventions for HTTP spans.
Remove SIGNALFX_OUTBOUND_HTTP_EXCLUDED_HOSTS configuration as Splunk OpenTelemetry Collector
is the recommended place for spans filtering.
If you need span exclusion for specific URL substrings, it can be configured
using SIGNALFX_TRACE_HTTP_CLIENT_EXCLUDED_URL_SUBSTRINGS environment variable.
Remove SIGNALFX_INSTRUMENTATION_ASPNETCORE_DIAGNOSTIC_LISTENERS configuration
which is no longer needed. It provided a workaround for an issue in a specific
version of a library, which broke default instrumentation, and was already fixed.
Remove SIGNALFX_SERVICE_NAME_PER_SPAN_ENABLED configuration as the OpenTelemetry specification
requires that the resources (such us as service)
have to be immutable.
Remove SIGNALFX_INTEGRATIONS. This configuration is not needed.
The instrumentation called CallSite was removed.
Deprecate SIGNALFX_TRACE_LOG_PATH. Please use SIGNALFX_TRACE_LOG_DIRECTORY.
Add SIGNALFX_HTTP_SERVER_ERROR_STATUSES configuration that controls server
HTTP statuses to set spans as errors.
Add SIGNALFX_HTTP_CLIENT_ERROR_STATUSES configuration that controls client
HTTP statuses to set spans as errors.
Add SIGNALFX_STDOUT_LOG_TEMPLATE configuration that configures stdout template.
Add SIGNALFX_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED configuration that
enables the updated WCF instrumentation that delays execution until later in
the WCF pipeline when the WCF server exception handling is established.
Add SIGNALFX_TRACE_HEADER_TAGS configuration that sets a map of header keys
to tag names.
Add SIGNALFX_TRACE_KAFKA_CREATE_CONSUMER_SCOPE_ENABLED configuration that
closes consumer scope on method enter, and starts a new one on method exit.
Add SIGNALFX_TRACE_LOG_DIRECTORY configuration that sets directory for logs
and overrides the value in SIGNALFX_TRACE_LOG_PATH if present.
Add SIGNALFX_TRACE_LOGGING_RATE configuration that sets the number of seconds
between identical log messages for tracer log files.
Add SIGNALFX_TRACE_PARTIAL_FLUSH_ENABLED configuration that enables partial
flush of traces.
Add SIGNALFX_TRACE_PARTIAL_FLUSH_MIN_SPANS configuration that sets the minimum
number of closed spans in a trace before it's partially flushed.
Add SIGNALFX_VERSION configuration that sets the application's version that
will populate the version tag on spans.
Add SIGNALFX_TRACE_STARTUP_LOGS configuration that enables diagnostic log
at startup.
Add SIGNALFX_TRACE_{0}_ENABLED configuration pattern that enables/disables
specific integration.
Add SIGNALFX_TRACE_HTTP_CLIENT_EXCLUDED_URL_SUBSTRINGS configuration that
sets URLs skipped by the tracer.
Add SIGNALFX_AZURE_APP_SERVICES configuration that indicates the profiler
is running in the context of Azure App Services.
SIGNALFX_ENDPOINT_URL now defaults to http://localhost:9411/api/v2/spans.