summaryrefslogtreecommitdiffstats
path: root/monitoring/ceph-mixin/config.libsonnet
blob: 7ee1210b043310cf23652ebc95191e43ac4b9252 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  _config+:: {
    dashboardTags: ['ceph-mixin'],

    clusterLabel: 'cluster',
    showMultiCluster: false,

    CephNodeNetworkPacketDropsThreshold: 0.005,
    CephNodeNetworkPacketDropsPerSec: 10,
  },
}