Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

receiver/prometheus: Fix start timestamp adjustment logic #3047

Merged
merged 9 commits into from
May 14, 2021
2 changes: 1 addition & 1 deletion exporter/prometheusexporter/end_to_end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func TestEndToEndSummarySupport(t *testing.T) {
`test_jvm_gc_collection_seconds_sum.gc="G1 Old Generation". 0.*`,
`test_jvm_gc_collection_seconds_count.gc="G1 Old Generation". 0.*`,
`test_jvm_gc_collection_seconds_sum.gc="G1 Young Generation". 0.*`,
`test_jvm_gc_collection_seconds_count.gc="G1 Young Generation". 0.*`,
`test_jvm_gc_collection_seconds_count.gc="G1 Young Generation". 9.*`,
`. HELP test_jvm_info JVM version info`,
`. TYPE test_jvm_info gauge`,
`test_jvm_info.vendor="Oracle Corporation",version="9.0.4.11". 1.*`,
Expand Down
Loading