Skip to content

Commit

Permalink
increase compression level to 9 (#92)
Browse files Browse the repository at this point in the history
* increase compression level to 9
  • Loading branch information
Konstantin authored Aug 23, 2019
1 parent 393b4e5 commit dd845c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions kube_log_watcher/templates/scalyr.json.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"max_request_spacing_interval": 1.0,
"pipeline_threshold": 0.1,
"compression_type": "deflate",
"compression_level": 9,

"implicit_metric_monitor": false,
"implicit_agent_process_metrics_monitor": false,
Expand Down
7 changes: 7 additions & 0 deletions tests/test_scalyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -419,6 +420,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -466,6 +468,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -518,6 +521,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -561,6 +565,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -605,6 +610,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down Expand Up @@ -657,6 +663,7 @@ def test_remove_log_target(monkeypatch, env, exc):
'max_request_spacing_interval': 1.0,
'pipeline_threshold': 0.1,
"compression_type": "deflate",
"compression_level": 9,
'implicit_metric_monitor': False,
'implicit_agent_process_metrics_monitor': False,
'server_attributes': {
Expand Down

0 comments on commit dd845c3

Please sign in to comment.