mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Transformations: Selectively apply transformation to queries (#61735)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user