Skip to content

Commit 94e58ee

Browse files
committed
fix: rename filesystem path fields
1 parent 6e565f6 commit 94e58ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

agent-control/agent-type-registry/newrelic/com.newrelic.infrastructure-0.1.0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ deployment:
114114
regex: \d+\.\d+\.\d+
115115
filesystem:
116116
config:
117-
path: newrelic-infra.yaml
117+
relative_path: newrelic-infra.yaml
118118
content: |
119119
${nr-var:config_agent}
120120
integrations:
121-
path: integrations.d/integrations.yaml
121+
relative_path: integrations.d/integrations.yaml
122122
content: |
123123
${nr-var:config_integrations}
124124
logging:
125-
path: logging/logging.yaml
125+
relative_path: logging/logging.yaml
126126
content: |
127127
${nr-var:config_logging}
128128
executables:

agent-control/agent-type-registry/newrelic/io.opentelemetry.collector-0.1.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deployment:
8282
regex: \d+\.\d+\.\d+
8383
filesystem:
8484
otel-config:
85-
path: config.yaml
85+
relative_path: config.yaml
8686
content: |
8787
${nr-var:config}
8888
executables:

0 commit comments

Comments
 (0)