# Scylla dashboards: custom labels not available

**URL:** https://forum.scylladb.com/t/scylla-dashboards-custom-labels-not-available/2356
**Category:** ScyllaDB
**Tags:** scylladb-monitoring
**Created:** [July 25, 2024, 9:23am UTC](https://forum.scylladb.com/t/scylla-dashboards-custom-labels-not-available/2356 "2024-07-25T09:23:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![advancedd](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/advancedd/32/455_2.png) [@advancedd](https://forum.scylladb.com/u/advancedd)
#### Post date: [July 25, 2024, 9:23am UTC](https://forum.scylladb.com/t/scylla-dashboards-custom-labels-not-available/2356/1 "2024-07-25T09:23:31Z")

</div>

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

---

<div class="post-metadata">

### Author: ![felipemendes](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/felipemendes/32/11_2.png) [@felipemendes](https://forum.scylladb.com/u/felipemendes)
#### Post date: [November 4, 2024, 5:23pm UTC](https://forum.scylladb.com/t/scylla-dashboards-custom-labels-not-available/2356/2 "2024-11-04T17:23:14Z")

</div>

`cluster` and `dc` are labels set in `prometheus/scylla_servers.yml`, which are then copied to the Prometheus container when you use the default `docker` installation.
