Revision dcb8f885256e40a088e0901ee127fe095647cea0 authored by Anton Kaliaev on 15 January 2019, 17:16:33 UTC, committed by Ethan Buchman on 15 January 2019, 17:16:33 UTC
* add "chain_id" label for all metrics

Refs #3082

* fix labels extraction
1 parent 73ea5ef
Raw File
.editorconfig
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{sh,Makefile}]
indent_style = tab

[*.proto]
indent_style = space
indent_size = 2
back to top