increase mimir and loki rate limits
This commit is contained in:
parent
ef8607e38e
commit
e9fe620fa9
2 changed files with 12 additions and 0 deletions
|
|
@ -53,6 +53,12 @@
|
|||
kvstore.store = "inmemory";
|
||||
};
|
||||
};
|
||||
limits_config = {
|
||||
ingestion_rate_mb = 32;
|
||||
ingestion_burst_size_mb = 64;
|
||||
per_stream_rate_limit = "32MB";
|
||||
per_stream_rate_limit_burst = "64MB";
|
||||
};
|
||||
schema_config = {
|
||||
configs = [
|
||||
{
|
||||
|
|
@ -109,6 +115,11 @@
|
|||
http_listen_port = 9009;
|
||||
grpc_listen_port = 9095;
|
||||
};
|
||||
limits = {
|
||||
ingestion_rate = 100000;
|
||||
ingestion_burst_size = 200000;
|
||||
max_global_series_per_user = 0;
|
||||
};
|
||||
store_gateway = {
|
||||
sharding_ring = {
|
||||
replication_factor = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue