grafana/pkg/services/datasources
Yuri Tseretyan cbbbe2e6f6
SSE: DSNode to update result with names to make each value identifiable by labels (only Graphite and TestData) (#71246)
* introduce a function checkIfSeriesNeedToBeFixed to scan all value fields in the response and provide a function that updates Series so they can be uniquely identifiable. Only Graphite and TestData are checked.

* update `convertDataFramesToResults` to run this function and provide it to WideToMany
* update WideToMany to run the fix function if it is not nil
2023-07-20 14:44:12 -04:00
..
fakes Datasources: provide generic function to extract custom headers (#66738) 2023-04-19 17:04:30 +02:00
permissions RBAC: remove unused code (#69470) 2023-06-05 15:47:22 +01:00
service Chore: Return correct error for name taken and validation error on add/update datasource (#70465) 2023-07-17 16:27:19 +02:00
accesscontrol.go Connections: Align permissions for Connections page (#60725) 2023-01-06 03:11:27 -05:00
datasources.go Datasources: provide generic function to extract custom headers (#66738) 2023-04-19 17:04:30 +02:00
errors.go Chore: Return correct error for name taken and validation error on add/update datasource (#70465) 2023-07-17 16:27:19 +02:00
models_test.go Feat: Match allowed cookies with optional character (#71047) 2023-07-05 16:12:56 +02:00
models.go SSE: DSNode to update result with names to make each value identifiable by labels (only Graphite and TestData) (#71246) 2023-07-20 14:44:12 -04:00