Add some FAQs to the README

This adds some FAQs to the README containing information about certs,
labelling, configuration, quantities, and multiple metrics.
This commit is contained in:
Solly Ross 2018-08-07 15:47:49 -04:00
parent 77614d151a
commit 5118c9ee1e
3 changed files with 93 additions and 1 deletions

View file

@ -188,7 +188,7 @@ Kubernetes resources. Then, if someone requested the metric
`pods/http_request_per_second` for the pods `pod1` and `pod2` in the
`somens` namespace, we'd have:
- `Series: "http_requests_total"
- `Series: "http_requests_total"`
- `LabelMatchers: "pod=~\"pod1|pod2",namespace="somens"`
- `GroupBy`: `pod`