hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Export analytic units #833

Closed rozetko closed 4 years ago

rozetko commented 4 years ago

This PR partially implements #830: adds an endpoint for exporting analytic units.

Changes

Notes

We use TypeScript v2.6.8 which lacks "Omit" type from TS 3.5.1. This PR adds this type to server/src/types.ts, we can remove it when we'll update TS.

jonyrock-back commented 4 years ago

what is "analytic unit template" and why did you make it?

rozetko commented 4 years ago

@jonyrock-back "analytic unit template" is analytic unit config with some fields changed to variables, e.g.:

It's made for using same analytic units in different Hastic instances or dashboards