github.com/google/cloudprober@v0.11.3/examples/extensions/myprober/myprober.cfg (about) 1 probe { 2 name: "redis_set" 3 type: EXTENSION 4 interval_msec: 10000 5 timeout_msec: 5000 6 targets { 7 host_names: "localhost:6379" 8 } 9 [myprober.redis_probe] { 10 op: SET 11 key: "testkey" 12 value: "testval" 13 } 14 }