Ivan Mikheykin
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...
Continue of #35. 1. Add colors for tags 2. Support for annotations with time range 3. Support for annotations with `alert: true`
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.
Newly added rows only displayed on the panel after reload.
Initial state of the panel:  Panel after 1 hour: 
`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)". ```
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 — ...
### 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...
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:...