Skip to content

Commit c651f1c

Browse files
authored
Update README.md
1 parent d474a6c commit c651f1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

oteldemo/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,15 @@ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm
202202
``` text
203203
helm install my-otel-demo open-telemetry/opentelemetry-demo --values otel-demo.yaml
204204
```
205+
206+
## OpenTelemetry Receivers
207+
208+
**Redis**
209+
210+
``` yaml
211+
redis:
212+
rule: type == "pod" && name matches "redis"
213+
config:
214+
endpoint: '`endpoint`:6379'
215+
```
216+

0 commit comments

Comments
 (0)