We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ba09f commit eb8c927Copy full SHA for eb8c927
README.md
@@ -230,7 +230,7 @@ Simply choose a separator to deal with data such as this:
230
In this example I've chosen `_` to separate `guages` from `jvm` and `capacity` from `value`. The CLI invocation then becomes:
231
232
```
233
-./check_http_json.py -H localhost:8081 -p metrics --key_exists gauges_jvm.buffers.direct.capacity_value -s _
+./check_http_json.py -H localhost:8081 -p metrics --key_exists gauges_jvm.buffers.direct.capacity_value -f _
234
235
236
## License
0 commit comments