D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
panel
/
traces
/
Filename :
module.tsx
back
Copy
import { PanelPlugin } from '@grafana/data'; import { TracesPanel } from './TracesPanel'; export const plugin = new PanelPlugin(TracesPanel);