Skip to content

Commit

Permalink
Fix flaky prometheusexporter.TestEndToEndSummarySupport (#9244)
Browse files Browse the repository at this point in the history
Fixes #8365

See: #8365 (comment)

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
  • Loading branch information
gouthamve authored Apr 13, 2022
1 parent 34486f4 commit 0328a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporter/prometheusexporter/end_to_end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ func TestEndToEndSummarySupport(t *testing.T) {
scrape_configs:
- job_name: 'otel-collector'
scrape_interval: 10ms
scrape_interval: 50ms
scrape_timeout: 50ms
static_configs:
- targets: ['%s']
`, srvURL.Host))
Expand Down

0 comments on commit 0328a79

Please sign in to comment.