Skip to content

Commit

Permalink
Merge pull request #18807 from jtduffy/patch-27
Browse files Browse the repository at this point in the history
Update java-agent-config-file-template.mdx
  • Loading branch information
rhetoric101 authored Oct 1, 2024
2 parents 214aa10 + c9c43fd commit dca437f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,15 @@ common: &default_settings
# present on the actual class, will still get named based on route and HTTP method.
enhanced_spring_transaction_naming: false

# Actuator endpoint transaction naming
# By default, built-in actuator endpoints and custom actuator endpoints (using the @Endpoint annotation
# and its subclasses) will all be named as "OperationHandler/handle" in New Relic. Setting this
# to true will result in the transaction name reflecting the actual base actuator endpoint URI.
# For example, invoking "/actuator/loggers" or "actuator/loggers/com.newrelic" will result in the
# transaction name "actuator/loggers (GET)". This is to prevent MGI.
# Default is false.
name_actuator_endpoints: false

# Real-time profiling using Java Flight Recorder (JFR).
# This feature reports dimensional metrics to the ingest endpoint configured by
# metric_ingest_uri and events to the ingest endpoint configured by event_ingest_uri.
Expand Down

0 comments on commit dca437f

Please sign in to comment.