Closed danielrohe closed 5 years ago
Merging #356 into master will increase coverage by
0.06%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #356 +/- ##
==========================================
+ Coverage 75.32% 75.38% +0.06%
==========================================
Files 80 80
Lines 5819 5839 +20
==========================================
+ Hits 4383 4402 +19
- Misses 1436 1437 +1
Impacted Files | Coverage Δ | |
---|---|---|
zmon_worker_monitor/builtins/plugins/http.py | 97.7% <100%> (-0.28%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4bf08b6...4f624ae. Read the comment docs.
should add an optional metrics filter, so users can call http().prometheus_flat(['key1', 'key2']) to grab only the keys key1 and key2
@danielrohe please fix the pep8 issues:
py27 runtests: commands[1] | flake8 .
./zmon_worker_monitor/builtins/plugins/http.py:300:43: E251 unexpected spaces around keyword / parameter equals
./zmon_worker_monitor/builtins/plugins/http.py:300:45: E251 unexpected spaces around keyword / parameter equals
./tests/test_http.py:462:65: E231 missing whitespace after ','
./tests/test_http.py:462:121: E501 line too long (154 > 120 characters)
:+1:
👍
@danielrohe Thanks! Could you please update zmon-docs as well.
In order to better work with metrics in prometheus format I want to introduce another flat format that also works together with grafana
gets converted to