Skip to content

Commit

Permalink
Merge pull request #29369 from jbpratt/telem-limit
Browse files Browse the repository at this point in the history
NO-JIRA: managed services: bump series limit
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2024
2 parents 9b3c633 + 3632662 commit aaa0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ var _ = g.Describe("[sig-instrumentation][Late] Alerts", func() {
var averageSeriesLimit int
switch {
case isManagedServiceCluster:
averageSeriesLimit = 800
averageSeriesLimit = 850
default:
averageSeriesLimit = 760
}
Expand Down

0 comments on commit aaa0c2d

Please sign in to comment.