grafana/public/app/plugins/panel/annolist
sam boyer 8876d56495
schema: Migrate from scuemata to thema (#49805)
* Remove crufty scuemata bits

Buhbye to: cue/ dir with old definitions, CI steps for checking unnecessary
things, and the original dashboard scuemata file.

* Remove grafana-cli cue subcommand

* Remove old testdata

* Don't swallow errors from codegen

* Small nits and tweaks to cuectx package

* WIP - refactor pluggen to use Thema

Also consolidate the embed.FS in the repo root.

* Finish halfway rename

* Convert all panel models.cue to thema

* Rewrite pluggen to use Thema

* Remove pkg/schema, and trim command

* Remove schemaloader service and usages

Will be replaced by coremodel-centric hydrate/dehydrate system Soon™.

* Remove schemaloader from wire

* Remove hangover field on histogram models.cue

* Fix lint errors, some vestiges of trim service

* Remove unused cuetsify cli command
2022-06-06 17:52:44 -07:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
AnnoListPanel.test.tsx Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
AnnoListPanel.tsx Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
AnnotationListItem.tsx Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts schema: Generate Go and Typescript from Thema coremodels (#49193) 2022-05-27 03:21:37 +02:00
module.tsx Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
plugin.json Annotation Panel: release annotation panel (#36959) 2021-07-21 22:58:30 +02:00
README.md Plugins: Add Hide OAuth Forward config option (#36306) 2021-08-20 15:53:54 +02:00

Annotation List Panel - Native Plugin

This Annotations List panel is included with Grafana.

Using the annotations list panel, you can quickly collect, filter and access annotations for easy reference or referral.

The annotations panel can be used to show annotations present within the panels on the current dashboard, or site-wide. Additional options include the ability to limit the list of annotations based on the current time range and the tags used on the annotations.

Read more about it here:

http://docs.grafana.org/features/panels/annolist/