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
Copy file name to clipboardExpand all lines: agent-control/agent-type-registry/newrelic/host-linux-com.newrelic.ebpf-0.1.0.yaml
+63-55Lines changed: 63 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ variables:
11
11
type: string
12
12
required: true
13
13
OTLP_ENDPOINT:
14
-
description: "Endpoint to export data to Newrelic."
14
+
description: "Endpoint to export data to New Relic. US: otlp.nr-data.net:443, EU: otlp.eu01.nr-data.net:443, Staging: staging-otlp.nr-data.net:443."
15
15
type: string
16
16
required: false
17
-
default: otlp.nr-data.net:4317
17
+
default: otlp.nr-data.net:443
18
18
LOG_LEVEL:
19
19
description: "To configure the log level in increasing order of verboseness."
20
20
type: string
@@ -195,6 +195,36 @@ variables:
195
195
type: string
196
196
required: false
197
197
default: ""
198
+
PROXY_URL:
199
+
description: "Full proxy URL for exporting data to New Relic (format '<scheme>://<user>:<pass>@<host>:<port>'). Empty = no proxy. Maps to NEW_RELIC_PROXY_URL."
200
+
type: string
201
+
required: false
202
+
default: ""
203
+
LABELS:
204
+
description: "Custom labels applied to all entities. Format 'key1:value1;key2:value2'. Maps to NEW_RELIC_LABELS."
205
+
type: string
206
+
required: false
207
+
default: ""
208
+
REPORT_APM_DATA:
209
+
description: "eBPF APM data reporting: 'true' (always), 'false' (never), or 'auto' (only if no APM/OTel agent detected)."
210
+
type: string
211
+
required: false
212
+
default: "true"
213
+
REPORT_NETWORK_METRICS:
214
+
description: "Network metrics reporting: 'true', 'false', or 'auto'."
215
+
type: string
216
+
required: false
217
+
default: "true"
218
+
JVM_METRICS_REPORTING:
219
+
description: "Enable/disable JVM metrics collection and reporting."
220
+
type: string
221
+
required: false
222
+
default: "true"
223
+
REPORT_AI_METRICS:
224
+
description: "AI monitoring: 'true' (always), 'false' (never), or 'auto' (only if no APM/OTel agent detected)."
225
+
type: string
226
+
required: false
227
+
default: "false"
198
228
backoff_delay:
199
229
description: "seconds until next retry if agent fails to start"
0 commit comments