mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Track data links usage (#56868)
* Add tracking for data links in explore * Add tracking for data links in explore * Fix tests * Retrigger build
This commit is contained in:
@@ -55,6 +55,19 @@ export function generateRandomNodes(count = 10) {
|
||||
[NodeGraphDataFrameFieldNames.id]: {
|
||||
values: new ArrayVector(),
|
||||
type: FieldType.string,
|
||||
config: {
|
||||
links: [
|
||||
{
|
||||
title: 'test data link',
|
||||
url: '',
|
||||
internal: {
|
||||
query: { scenarioId: 'logs', alias: 'from service graph', stringInput: 'tes' },
|
||||
datasourceUid: 'gdev-testdata',
|
||||
datasourceName: 'gdev-testdata',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
[NodeGraphDataFrameFieldNames.title]: {
|
||||
values: new ArrayVector(),
|
||||
|
||||
Reference in New Issue
Block a user