mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
logs: track the usage of certain features (#50325)
* logs: track the usage of certain features * Add report interaction for logs interactions * mock reportInteraction in test * mock reportInteraction Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useState } from 'react';
|
||||
|
||||
import { DataSourceApi, formattedValueToString, getValueFormat, PanelData, PanelPlugin } from '@grafana/data';
|
||||
import { CoreApp, DataSourceApi, formattedValueToString, getValueFormat, PanelData, PanelPlugin } from '@grafana/data';
|
||||
import { getTemplateSrv } from '@grafana/runtime';
|
||||
import { Drawer, Tab, TabsBar } from '@grafana/ui';
|
||||
import { InspectDataTab } from 'app/features/inspector/InspectDataTab';
|
||||
@@ -90,6 +90,7 @@ export const InspectContent: React.FC<Props> = ({
|
||||
options={dataOptions}
|
||||
onOptionsChange={onDataOptionsChange}
|
||||
timeZone={dashboard.timezone}
|
||||
app={CoreApp.Dashboard}
|
||||
/>
|
||||
)}
|
||||
{data && activeTab === InspectTab.Meta && (
|
||||
|
||||
Reference in New Issue
Block a user