Ivan Mikheykin

Results 79 issues of Ivan Mikheykin

Trickster is a reverse proxy for TSDBs. It has a "Step boundary normalization" feature and also a "fast-forward" feature to include the most recent value. Prometheus datasource has its own...

enhancement

Continue of #35. 1. Add colors for tags 2. Support for annotations with time range 3. Support for annotations with `alert: true`

enhancement

Fixed width of Y-legend for better readability of multiple graphs. Currently width of Y-legend is depended on labels length and so can vary between graphs.

enhancement

Newly added rows only displayed on the panel after reload.

bug

Initial state of the panel: ![2019-02-20-210415-570x136](https://user-images.githubusercontent.com/1055474/53113658-245ad100-3553-11e9-97fa-e47b5395295e.png) Panel after 1 hour: ![2019-02-20-210329-381x137](https://user-images.githubusercontent.com/1055474/53113659-245ad100-3553-11e9-9524-71aa9d50c3c5.png)

bug

`query_range?query=...` returns ``` {"status":"success","data":{"resultType":"matrix","result":[]}} ``` Graph shows `No data points` and errors are stacked in js Console on hovering: ``` Error: attribute transform: Expected number, "translate(NaN,0)". ```

bug

What is wrong? 1. Metrics sort is a sort by metric id (A,B,C... as on https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/queries-example.png). Grafana have ability to move up/down individual metrics. That is a new option — ...

enhancement

### hierarchy display - use separator (e.g. `/`) to split target name into hierarchy levels - display labels on y axis with indents or with tree lines (https://www.settingbox.com/wp-content/uploads/2016/04/Creating-excel-heat-map.png) ### hierarchy...

enhancement

At the moment colors for legend and buckets are spread over continuous range from min to max for opacity and gradient modes but discrete mode is "one value one color"...

**Overview** I've got these steps: ``` - name: Deploy to stage uses: werf/actions/[email protected] with: kube-config-base64-data: "${{ secrets.KUBECONFIG_FOR_STAGE }}" env: WERF_NAMESPACE: web-stage - name: Deploy to production uses: werf/actions/[email protected] with: kube-config-base64-data:...