mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore: remove unneeded test
Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
parent
03f2a90394
commit
cbb4e07aa2
|
@ -239,14 +239,7 @@ foo_created{a="b"} 1000`
|
||||||
},{
|
},{
|
||||||
m: "rpc_durations_histogram_seconds_bucket",
|
m: "rpc_durations_histogram_seconds_bucket",
|
||||||
ct: int64p(1000),
|
ct: int64p(1000),
|
||||||
},
|
},{
|
||||||
{
|
|
||||||
m: "foo_total",
|
|
||||||
v: 17,
|
|
||||||
lset: labels.FromStrings("__name__", "foo_total"),
|
|
||||||
t: int64p(1520879607789),
|
|
||||||
e: &exemplar.Exemplar{Labels: labels.FromStrings("id", "counter-test"), Value: 5},
|
|
||||||
}, {
|
|
||||||
m: "metric",
|
m: "metric",
|
||||||
help: "foo\x00bar",
|
help: "foo\x00bar",
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue