We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be620f commit 0c5fc0fCopy full SHA for 0c5fc0f
workshop/k3s/otel-collector.yaml
@@ -17,10 +17,14 @@ agent:
17
receivers:
18
receiver_creator:
19
20
- smartagent/nginx:
+ nginx:
21
rule: type == "port" && pod.name matches "nginx" && port == 8082
22
config:
23
- type: collectd/nginx
+ endpoint: 'http://`endpoint`/nginx_status'
24
+ # smartagent/nginx:
25
+ # rule: type == "port" && pod.name matches "nginx" && port == 8082
26
+ # config:
27
+ # type: collectd/nginx
28
mysql/workshop:
29
rule: type == "port" && pod.name matches "mysql" && port == 3306
30
0 commit comments