Transformations: Selectively apply transformation to queries (#61735)

This commit is contained in:
Ryan McKinley
2023-01-31 09:06:06 -08:00
committed by GitHub
parent e7bfc4e749
commit bba80b6c7a
19 changed files with 417 additions and 51 deletions

View File

@@ -285,7 +285,10 @@ lineage: seqs: [
// TODO docs
// FIXME this is extremely underspecfied; wasn't obvious which typescript types corresponded to it
#Transformation: {
id: string
id: string
hide: bool | *false
// only apply to some frames
filter?: #MatcherConfig
options: {...}
} @cuetsy(kind="interface") @grafanamaturity(NeedsExpertReview)