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
tracingSamplerType="const"# Optional Configuration. Default value is 'const'
45
+
tracingSamplerParam=1# Optional Configuration. Default value is 1
46
+
tracingReporterFlushInterval=15000# Optional Configuration. Default value is 15000 milliseconds
47
+
tracingReporterBufferSize=10000# Optional Configuration. Default value is 10000
48
+
metricReporterFlushInterval=15000# Optional Configuration. Default value is 15000 milliseconds
49
+
metricReporterClientTimeout=10000# Optional Configuration. Default value is 10000 milliseconds
50
+
isTraceLoggingEnabled=false# Optional Configuration. Default value is false
51
+
isPayloadLoggingEnabled=false# Optional Configuration. Default value is false
52
+
53
+
[ballerinax.newrelic.additionalAttributes] # Optional Configuration. Add custom attributes (key & value pair) to metrics
54
+
key1 = "<VALUE_1>"
55
+
key2 = "<VALUE_2>"
50
56
```
51
57
52
58
>**Tip:** User can configure the environment variable `BALLERINA_NEW_RELIC_API_KEY` instead of apiKey in `Config.toml`. If both are configured, apiKey in `Config.toml` will be overwritten by the environment variable value.
0 commit comments