File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
agent-control/agent-type-registry/newrelic Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ deployment:
129129 - id : newrelic-infra
130130 path : /usr/bin/newrelic-infra
131131 args : >-
132- --config=${nr-sub:agent_dir }/newrelic-infra.yaml
132+ --config=${nr-sub:autogenerated_agent_dir }/newrelic-infra.yaml
133133 env :
134- NRIA_PLUGIN_DIR : " ${nr-sub:agent_dir }/integrations.d"
135- NRIA_LOGGING_CONFIGS_DIR : " ${nr-sub:agent_dir }/logging"
134+ NRIA_PLUGIN_DIR : " ${nr-sub:autogenerated_agent_dir }/integrations.d"
135+ NRIA_LOGGING_CONFIGS_DIR : " ${nr-sub:autogenerated_agent_dir }/logging"
136136 NRIA_STATUS_SERVER_ENABLED : true
137137 NRIA_STATUS_SERVER_PORT : " ${nr-var:health_port}"
138138 NR_HOST_ID : " ${nr-ac:host_id}"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ deployment:
9090 id : nrdot-collector-host
9191 path : /usr/bin/nrdot-collector-host
9292 args : >-
93- --config=${nr-sub:agent_dir }/config.yaml
93+ --config=${nr-sub:autogenerated_agent_dir }/config.yaml
9494 --feature-gates=-pkg.translator.prometheus.NormalizeName
9595 env :
9696 # sets the otel-collector "env" source resource detector
You can’t perform that action at this time.
0 commit comments