Commit fbfc1f10 authored by Jérome Perrin's avatar Jérome Perrin

fixup! grafana 5000

parent 55ae4623
...@@ -19,7 +19,7 @@ md5sum = 32c772c593d2c3c38c26186b91b78cf8 ...@@ -19,7 +19,7 @@ md5sum = 32c772c593d2c3c38c26186b91b78cf8
[instance-default] [instance-default]
filename = instance-default.cfg.in filename = instance-default.cfg.in
md5sum = 7325d9029e76cf0edd27abf4976c4d07 md5sum = b4330fbe0c9c3631f4f477c06d3460b3
[instance-agent] [instance-agent]
filename = instance-agent.cfg.in filename = instance-agent.cfg.in
......
...@@ -260,7 +260,7 @@ install = ...@@ -260,7 +260,7 @@ install =
"jsonData": { "jsonData": {
"tlsAuth": True, "tlsAuth": True,
"tlsAuthWithCACert": True, "tlsAuthWithCACert": True,
# "maxLines": 50000, # XXX see max_entries_limit_per_query in loki config "maxLines": 5000, # XXX see max_entries_limit_per_query in loki config
}, },
"secureJsonData": { "secureJsonData": {
# XXX maybe we can use file directly ? # XXX maybe we can use file directly ?
...@@ -391,8 +391,9 @@ install = ...@@ -391,8 +391,9 @@ install =
"limits_config": { "limits_config": {
"ingestion_rate_mb": 1024, "ingestion_rate_mb": 1024,
"ingestion_burst_size_mb": 1024, "ingestion_burst_size_mb": 1024,
# TODO: do we want this ? too large queries make the browser slow # TODO: do we want this ? too large queries make the browser slow.
# "max_entries_limit_per_query": 50001, # default is 1000, but it seems we can at least raise to 5000
"max_entries_limit_per_query": 5001,
"reject_old_samples": False, "reject_old_samples": False,
"retention_period": '{}d'.format( "retention_period": '{}d'.format(
slapparameter_dict.get('loki', {}).get('retention-period-days', 60)) slapparameter_dict.get('loki', {}).get('retention-period-days', 60))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment