blob: 86acae6f22ad1956979853a4193fb6edf1d50ada [file] [log] [blame]
local grafana = import '../../../../vendor/grafonnet/grafana.libsonnet';
local prometheus = grafana.prometheus;
{
new(
cache
)::
prometheus.target(
std.format('100-caches_memory_hit_ratio_%s{instance="$instance",replica="$replica"}', cache),
legendFormat=cache,
)
}