Grafana
- Dashboards
- Granfana URL to jump to a specific time range:
Haven’t tried this yet, but I think it will work: https://grafana.com/docs/grafana/latest/reference/timerange/ - Annotations:
- Loki
- promtail
- Grafana vs MS OpsBridge
- Grafana / Influxdb / Telegraf - capturing windows performance counters
- Use Prometheus (and PushGateway) to record process “top” snapshots
- Introduction to Prometheus
- Getting started with Prometheus
- PushGateway
- Querying my Pushgateway manually:
http://nwb-tpccrhes1:9091/metrics
:
cpu_usage{instance="nwb-tpccrhes1",job="top",pid="1",process="/usr/lib/systemd/systemd_--system_--deserialize_22"} 0
cpu_usage{instance="nwb-tpccrhes1",job="top",pid="10",process="[rcu_sched]"} 0
cpu_usage{instance="nwb-tpccrhes1",job="top",pid="108",process="[kthrotld]"} 0
cpu_usage{instance="nwb-tpccrhes1",job="top",pid="1083",process="[kdmflush]"} 0
- Prometheus vs InfluxDB:
ME: Both are time-series databases. They have different SQL-like query languages; Prometheus’s language is briefer than InfluxDB; for example there are functions such as “sum”, “avg” and “topk”. The main difference is that Prometheus ‘scrapes targets’ to retrieve the metrics, whereas InfluxDB expects the metrics to be ‘pushed’ to it, for example using Telegraf. - Windows download
- Influxdb:
- My notes regarding querying the databases created in InfluxDB
- Introduction to Telegraf / InfluxDB
- Database(s) location:
C:\Users\testing\.influxdb
- Dropping databases (untested by me): https://community.influxdata.com/t/commad-to-delete-a-particular-series-from-influxdb/5600/7
Written on October 13, 2020