Alexey Kirpichnikov

Results 12 issues of Alexey Kirpichnikov

Current [default algorithm](https://github.com/wcharczuk/go-chart/blob/9852fce5a172598e72d16f4306f0f17a53d94eb4/tick.go#L50) that generates ticks is quite simple, but not ideal. Even the most basic examples produce weirdly complicated tick values: ![weird ticks](https://github.com/wcharczuk/go-chart/blob/master/_examples/bar_chart/output.png?raw=true) I propose to add an optional...

Втаскиваем Prometheus как датасорс по аналогии с remote Graphite. 1. Втащить датасорс: на уровне чекера понимать этот тип триггера, реализовать интерфейс MetricSource (взять из графаны). 2. Научиться в вебе переключать...

feature
backend
web
api_client_libs

# FEATURE ## Summary Current Telegram sender allows subscribing to private chats, groups, private and public channels. Sending alerts to public Telegram channels could be a security risk. We don't...

feature

Сейчас Advanced Mode работает крайне ущербно: 1. В t1 можно указать паттерн, который разложится на несколько метрик. В остальных таргетах можно указывать только паттерны, которые разложатся строго в одну метрику....

enhancement
backend

# BUG REPORT I have a trigger with NODATA state set to DEL, i.e. automatically delete metrics that don't have any data for 600 seconds in a row. 1. I...

bug

Consider a metric that arrives _approximately_ every 60 seconds: Original Timestamp | Rounded by Moira | Rounded by Graphite ------------------- | ------------------ | --------------------- 00:29 | 00:00 | 00:00 01:29...

enhancement
backend

We are stepping into the new world of orchestrated clouds. Long-living pretty-named hosts are gone and replaced by short-lived containers with some random characters as a host name. Yesterday we...

backend

API returns last month events, sorted by timestamp, 100 events on one page. Frontend groups every single page by metric name (i.e. events related to one metric are shown together)....

enhancement
backend
web

Web UI supports Markdown descriptions since 2.5 (see #285), but Slack and other senders do not. We need to send descriptions as Markdown in all sender types that support it....

backend

Мы хотим helm-чарт, который удовлетворяет условиям: 1. Лежит в открытом доступе, им может воспользоваться любой пользователь Мойры. 2. Работает в нашем Kubernetes, то есть Мойра фактически деплоится через этот чарт...

feature
delivery