Skip to content

Commit

Permalink
[MST] Increase rhtap head series limits (#697)
Browse files Browse the repository at this point in the history
* increase rhtap head series limits

Signed-off-by: Thibault Mange <[email protected]>

* revert invalid change

Signed-off-by: Thibault Mange <[email protected]>

---------

Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg authored Sep 27, 2024
1 parent 4fdf43d commit 0262e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ objects:
1b9b6e43-9128-4bbf-bfff-3c120bbe6f11:
head_series_limit: 10000000
0031e8d6-e50a-47ea-aecb-c7e0bd84b3f1:
head_series_limit: 200000
head_series_limit: 400000
72e6f641-b2e2-47eb-bbc2-fee3c8fbda26:
request:
series_limit: 10
Expand Down
2 changes: 1 addition & 1 deletion services_go/instances/rhobs/rhobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func prodConfig() observatorium.Observatorium {
},
rhtapTenantName: {
ReceiveLimits: &receive.WriteLimitConfig{
HeadSeriesLimit: 200000, // 200k
HeadSeriesLimit: 400000, // 200k
},
},
rhelTenantName: {
Expand Down

0 comments on commit 0262e4d

Please sign in to comment.