Transformations: Deduplicate names when using extract fields transformation. (#77569)

* dedupe field names

* add test to make sure we don't break normal case
This commit is contained in:
Oscar Kilhed
2023-11-02 16:47:42 +01:00
committed by GitHub
parent 45d59cf31b
commit 0eda368d32
9 changed files with 50 additions and 4 deletions

View File

@@ -161,6 +161,7 @@ Experimental features might be changed or removed without prior notice.
| `alertmanagerRemotePrimary` | Enable Grafana to have a remote Alertmanager instance as the primary Alertmanager. |
| `alertmanagerRemoteOnly` | Disable the internal Alertmanager and only use the external one defined. |
| `annotationPermissionUpdate` | Separate annotation permissions from dashboard permissions to allow for more granular control. |
| `extractFieldsNameDeduplication` | Make sure extracted field names are unique in the dataframe |
## Development feature toggles