Maksim Knyshov
Maksim Knyshov
**Is your feature request related to a problem? Please describe.** If I have multiple databases or clusters, I have to run the same number of vmalert instances. **Describe the solution...
Hello! I want to suggest using a histogram instead of several counters for the `mtprotoproxy_connects_by_duration` metric. It was: ``` # HELP mtprotoproxy_connects_by_duration connects by duration # TYPE mtprotoproxy_connects_by_duration counter mtprotoproxy_connects_by_duration{bucket="0-0.1"}...
Article: https://medium.com/@valyala/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350 > Histogram covers values in the following range: [10-⁹…10¹⁸] But https://github.com/VictoriaMetrics/metrics/blob/master/histogram.go#L85: ``` if math.IsNaN(v) || v < 0 { // Skip NaNs and negative values. return } ```...
Елена, извините, опишу на русском, ибо писать много, а мой английский совсем не вери-велл :( Пришлось протестировать на богопротивной Windows и сразу столкнулся с проблемой. Вкратце: обычное поведение клиента состоит...
I propose to reduce the base font size to the size of the font in the composing note activity and reduce the font size of a H1-H6 blocks. As you...
[CommonMark](https://github.com/jgm/CommonMark) is a rationalized version of Markdown syntax, with a spec and BSD-licensed reference implementations in C and JavaScript. - https://github.com/jgm/cmark (C, can be used under JNI?) - https://github.com/jgm/commonmark.js (JavaScript)
When we create a new note, first activity is used for editing, right drawer (as a second step) used for preview. It's working right now. I propose the following: when...
Will be nice to have option to show a compact list of notes - only a titles, without content. This can be useful when the user has a large number...
Each notes MAY (but not should) have one or more tags. We can assign any of existing (used somewhere) tags and/or create a new one. Navigation Drawer needed with list...
Hello! I'll try to attach image to notes. I'll press button with image icon, select image from the gallery or the file manager and... nothing heppened. It's should work? MarkdownX...