File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
content/nginx-one/agent/metrics Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ service:
79
79
pipelines :
80
80
metrics/prometheus-example-pipeline :
81
81
receivers :
82
- - containermetrics
83
- - hostmetrics
84
82
- nginxplus
85
83
processors :
86
84
- resource/default
@@ -102,8 +100,6 @@ service:
102
100
pipelines :
103
101
metrics/prometheus-example-pipeline :
104
102
receivers :
105
- - containermetrics
106
- - hostmetrics
107
103
- nginx
108
104
processors :
109
105
- resource/default
@@ -137,8 +133,6 @@ service:
137
133
pipelines :
138
134
metrics/otlp-example-pipeline :
139
135
receivers :
140
- - containermetrics
141
- - hostmetrics
142
136
- nginxplus
143
137
processors :
144
138
- resource/default
@@ -166,8 +160,6 @@ service:
166
160
pipelines :
167
161
metrics/otlp-example-pipeline :
168
162
receivers :
169
- - containermetrics
170
- - hostmetrics
171
163
- nginx
172
164
processors :
173
165
- resource/default
@@ -195,8 +187,6 @@ service:
195
187
pipelines :
196
188
metrics/debug-example-pipeline :
197
189
receivers :
198
- - containermetrics
199
- - hostmetrics
200
190
- nginxplus
201
191
processors :
202
192
- resource/default
@@ -218,8 +208,6 @@ service:
218
208
pipelines :
219
209
metrics/debug-example-pipeline :
220
210
receivers :
221
- - containermetrics
222
- - hostmetrics
223
211
- nginx
224
212
processors :
225
213
- resource/default
@@ -232,7 +220,7 @@ service:
232
220
233
221
234
222
235
- ### Debug Merging Configs
223
+ ### Troubleshooting
236
224
237
225
To view the merged OpenTelemetry configuration set the Agent log level to debug in ` /etc/nginx-agent/nginx-agent.conf` and restart NGINX Agent
238
226
You can’t perform that action at this time.
0 commit comments