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";
|
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 = {
|
schema_config = {
|
||||||
configs = [
|
configs = [
|
||||||
{
|
{
|
||||||
|
|
@ -109,6 +115,11 @@
|
||||||
http_listen_port = 9009;
|
http_listen_port = 9009;
|
||||||
grpc_listen_port = 9095;
|
grpc_listen_port = 9095;
|
||||||
};
|
};
|
||||||
|
limits = {
|
||||||
|
ingestion_rate = 100000;
|
||||||
|
ingestion_burst_size = 200000;
|
||||||
|
max_global_series_per_user = 0;
|
||||||
|
};
|
||||||
store_gateway = {
|
store_gateway = {
|
||||||
sharding_ring = {
|
sharding_ring = {
|
||||||
replication_factor = 1;
|
replication_factor = 1;
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ in {
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
|
# rewrite these host entries on each system, this does not go through proxy
|
||||||
"141.56.51.20" = [
|
"141.56.51.20" = [
|
||||||
"mon.adm.htw.stura-dresden.de"
|
"mon.adm.htw.stura-dresden.de"
|
||||||
"log.adm.htw.stura-dresden.de"
|
"log.adm.htw.stura-dresden.de"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue