File tree 1 file changed +13
-0
lines changed
newrelic-agent/src/main/resources
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,19 @@ common: &default_settings
119
119
# Default is 10000. Setting to 0 will disable.
120
120
# max_samples_stored: 10000
121
121
122
+ # Provides the ability to add custom tags(labels) to agent forwarded logs. Labels are
123
+ # pulled from the top-level 'labels' section (located near the bottom of this config file).
124
+ # Default is false.
125
+ labels :
126
+
127
+ # When true, custom tags (labels) will be added to agent forwarded logs.
128
+ enabled : false
129
+
130
+ # A comma separated list of label keys that should NOT be added to application logs.
131
+ # Example:
132
+ # exclude: label_name1,label_name2
133
+ exclude :
134
+
122
135
# Whether the log events should include context from loggers with support for that.
123
136
context_data :
124
137
You can’t perform that action at this time.
0 commit comments