github.com/observiq/bindplane-agent@v1.51.0/config/prometheus/redis/config.yaml (about) 1 receivers: 2 redis: 3 endpoint: "localhost:6379" 4 collection_interval: 60s 5 6 processors: 7 resourcedetection: 8 detectors: ["system"] 9 system: 10 hostname_sources: ["os"] 11 12 batch: 13 14 exporters: 15 prometheus: 16 endpoint: "localhost:9000" 17 resource_to_telemetry_conversion: 18 enabled: true 19 20 service: 21 pipelines: 22 metrics: 23 receivers: 24 - redis 25 processors: 26 - resourcedetection 27 - batch 28 exporters: 29 - prometheus