prometheus-explorer
prometheus-explorer copied to clipboard
A lightweight metrics explorer for Prometheus, with a focus on on-the-fly analysis.
Results
1
prometheus-explorer issues
Sort by
recently updated
recently updated
newest added
I have a use case which would require HTTPS (#1) as well as custom certs, e.g. as cURL ``` curl \ --cacert my_ca_cert.crt --cert my_cert.crt --key my_key.key \ --data 'query=count(up)...