Hello there,
I have a question related to monitoring.
I ported your dashboards to my external monitoring stack (thanks for this!)(victoriametrics,alertmaganer,grafana) but dashboards do not provide filtering by ClusterName or DC.
I have two different environments , stage and prod which monitors by one vicroria metrics so it leads for me combining both.
How you additionally prepare labeling metrics to differentiate by cluster/dc?
Example:
on your monitoring stack I see
scylla_reactor_utilization{cluster=“prod_cluster”, dc=“my-prod-dc”, dd=“2”, instance=“IP_ADDR_OF_NODE”, job=“scylla”, shard=“0”}
on my monitoring stack I do not have cluster or other stuff:
scylla_reactor_utilization{host_name=“prod-scylladb-01”,instance=“IP:9180”,job=“scylladb_exporter”,shard=“0”}
median:0.5203, min:0.3810, max:0.6867, last:0.5679
scylladb_exporter is a job for victoriametrics which simply checks 9180 port
- job_name: “scylladb_exporter”
scrape_interval: 10s
static_configs:- targets:
- P
- IP:9180
- targets: