Slide 290
Slide 290 text
my_metric{label=”a”} 1
my_metric{label=”b”} 6
my_metric{label=”c”} 42
...
my_metric{label=”a”, foo=”a”}
my_metric{label=”b”, foo=”a”}
my_metric{label=”c”, foo=”a”}
…
other_metric{label=”a”, foo=”b”}
other_metric{label=”b”, foo=”b”}
other_metric{label=”c”, foo=”b”}
…
my_metric{label=”b”, foo=”c”}
my_metric{label=”c”, foo=”c”}
my_metric{label=”d”, foo=”c”}
…
other_metric{x=”a”} 22
other_metric{x=”b”} 17
other_metric{x=”c”} 8
...
aT1 aT2 aT3
1 7 4
6 2 8
42 24 13
bT1 bT2
22 34
17 5
8 19
cT1 cT2
12 18
3 19
7 49
my_metric{label=”b”} 12
my_metric{label=”c”} 3
my_metric{label=”d”} 7
...
my_metric{label=”b”} 18
my_metric{label=”c”} 19
my_metric{label=”d”} 49
...
other_metric{x=”a”} 34
other_metric{x=”b”} 5
other_metric{x=”c”} 19
...
my_metric{label=”a”} 7
my_metric{label=”b”} 2
my_metric{label=”c”} 24
...
my_metric{label=”a”} 4
my_metric{label=”b”} 8
my_metric{label=”c”} 13
...
my_metric{label=”a”, foo=”a”} 4
my_metric{label=”b”, foo=”a”} 8
my_metric{label=”c”, foo=”a”} 13
…
other_metric{label=”a”, foo=”b”} 34
other_metric{label=”b”, foo=”b”} 5
other_metric{label=”c”, foo=”b”} 19
…
my_metric{label=”b”, foo=”c”} 18
my_metric{label=”c”, foo=”c”} 19
my_metric{label=”d”, foo=”c”} 49
…