Age Metrics
The Hydrolix stack includes Prometheus, an open-source metrics database. While the Stack runs, Hydrolix continuously updates its Prometheus instance with metrics information. You can query, view, and actively monitor this information through the use of a stack's Grafana instance or you can access it via your own monitoring platform.
Using Prometheus directly
Prometheus has its own web-based UI, available by visiting https://YOUR-HYDROLIX-HOSTNAME.hydrolix.live/prometheus
in your web browser.
This view is far more basic than Grafana's, suitable for quickly entering queries and seeing simple, graphed results. Hydrolix does make this feature available immediately, without any additional setup.
Decay/Reaper
Metric | Type | Purpose |
---|---|---|
query_count | Counter | Decay/Reaper calls to the Catalog. |
query_failure | Counter | Decay/Reaper failed Catalog calls. |
query_latency_summary | Counter | Latency in calls to catalog. |
query_latency_summary_count/sum | Counter | Latency in calls to catalog. |
Updated 29 days ago