Dataplane: Support prometheus dataplane contract for transformations and name matchers (#65237)

Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
This commit is contained in:
Ryan McKinley
2023-04-07 14:13:19 -07:00
committed by GitHub
parent 6ab7ed0f66
commit af31c77331
12 changed files with 259 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ export const TransformationFilter = ({ index, data, config, onChange }: Transfor
return (
<div className={styles.wrapper}>
<Field label="Apply tranformation to">
<Field label="Apply transformation to">
<FrameSelectionEditor
value={config.filter!}
context={context}