1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

monitoring: add textfile reporter to write Graphite-style metrics into file

This commit is contained in:
cn
2018-04-23 07:11:18 +02:00
parent 22d686dec7
commit a01276c348
5 changed files with 129 additions and 1 deletions

View File

@ -37,6 +37,9 @@ Metrics/PerceivedComplexity:
Naming/UncommunicativeMethodParamName:
Enabled: false
Naming/MemoizedInstanceVariableName:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
@ -61,5 +64,8 @@ Style/InverseMethods:
Style/NegatedIf:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/SymbolArray:
Enabled: false