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 5ec1466 commit 42eaa5eCopy full SHA for 42eaa5e
docs/observability.md
@@ -125,14 +125,14 @@ service:
125
interval: 5000
126
exporter:
127
otlp:
128
- protocol: grpc/protobuf
+ protocol: grpc
129
endpoint: https://backend:4317
130
traces:
131
processors:
132
- batch:
133
134
135
136
endpoint: https://backend2:4317
137
```
138
@@ -153,7 +153,7 @@ service:
153
batch:
154
155
156
157
endpoint: ${MY_POD_IP}:4317
158
159
0 commit comments