The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/packages/grafana-alerting/scripts
Gilles De Mey 777d2e8e4a
Alerting: mocking and testing of Alerting package (#105342)
2 months ago
..
README.md Alerting: Add versioning to the API client (#104944) 2 months ago
codegen.ts Alerting: mocking and testing of Alerting package (#105342) 2 months ago

README.md

These files are built using the yarn run codegen command. API clients will be written to src/grafana/api/<version>/api.gen.ts.

Make sure to create a versioned API client for each API version – see src/grafana/api/v0alpha1/api.ts as an example.