We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0118897 commit fd91e5dCopy full SHA for fd91e5d
test/config/agent/nginx-agent-otel-load.conf
@@ -19,14 +19,14 @@ allowed_directories:
19
20
collector:
21
receivers:
22
- otlp_receivers:
+ otlp:
23
- server:
24
host: "127.0.0.1"
25
port: 4317
26
processors:
27
batch: {}
28
exporters:
29
- otlp_exporters:
30
31
32
port: 5643
test/mock/collector/nginx-agent.conf
@@ -43,7 +43,7 @@ collector:
43
disk: {}
44
network: {}
45
filesystem: {}
46
47
48
49
@@ -59,7 +59,7 @@ collector:
59
60
61
62
63
64
host: "otel-collector"
65
0 commit comments