Fix e2e tests after textfile custom timestamp removal (#768)
This commit is contained in:
parent
1f2458f42c
commit
f536857ac6
2 changed files with 6 additions and 2 deletions
|
|
@ -3307,7 +3307,7 @@ testmetric1_1{foo="bar"} 10
|
|||
testmetric1_2{foo="baz"} 20
|
||||
# HELP testmetric2_1 Metric read from collector/fixtures/textfile/two_metric_files/metrics2.prom
|
||||
# TYPE testmetric2_1 untyped
|
||||
testmetric2_1{foo="bar"} 30 1441205977284
|
||||
testmetric2_1{foo="bar"} 30
|
||||
# HELP testmetric2_2 Metric read from collector/fixtures/textfile/two_metric_files/metrics2.prom
|
||||
# TYPE testmetric2_2 untyped
|
||||
testmetric2_2{foo="baz"} 40 1441205977284
|
||||
testmetric2_2{foo="baz"} 40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue