parent
4a4a2ec1a6
commit
2d9e6a63f0
@ -1,3 +1,3 @@
|
|||||||
SOURCES/grafana-pcp-5.2.2.tar.gz
|
SOURCES/grafana-pcp-5.2.2.tar.gz
|
||||||
SOURCES/grafana-pcp-vendor-5.2.2-1.tar.xz
|
SOURCES/grafana-pcp-vendor-5.2.2-2.tar.xz
|
||||||
SOURCES/grafana-pcp-webpack-5.2.2-1.tar.gz
|
SOURCES/grafana-pcp-webpack-5.2.2-2.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
56170911f29a83a47b4f404f473dc7884c8310b5 SOURCES/grafana-pcp-5.2.2.tar.gz
|
56170911f29a83a47b4f404f473dc7884c8310b5 SOURCES/grafana-pcp-5.2.2.tar.gz
|
||||||
c16f7729d850844416ebae116d66d1cf5f43ca20 SOURCES/grafana-pcp-vendor-5.2.2-1.tar.xz
|
8e94b68de6694410fe13dc58b291a9f184df2cbd SOURCES/grafana-pcp-vendor-5.2.2-2.tar.xz
|
||||||
f54bd006bbaf016954d69c6d23e8aa6a01792d27 SOURCES/grafana-pcp-webpack-5.2.2-1.tar.gz
|
f2529081227b5542900213fd47a2f75bbfb89f09 SOURCES/grafana-pcp-webpack-5.2.2-2.tar.gz
|
||||||
|
@ -0,0 +1,49 @@
|
|||||||
|
diff --git a/src/datasources/vector/dashboards/pcp-vector-top-consumers.jsonnet b/src/datasources/vector/dashboards/pcp-vector-top-consumers.jsonnet
|
||||||
|
index cef1a0e..c9f9f5d 100644
|
||||||
|
--- a/src/datasources/vector/dashboards/pcp-vector-top-consumers.jsonnet
|
||||||
|
+++ b/src/datasources/vector/dashboards/pcp-vector-top-consumers.jsonnet
|
||||||
|
@@ -18,7 +18,7 @@ grafana.dashboard.new(
|
||||||
|
grafana.text.new(
|
||||||
|
'Configuration Instructions',
|
||||||
|
mode='markdown',
|
||||||
|
- content='This dashboard requires [authentication](https://grafana-pcp.readthedocs.io/en/latest/datasources/authentication.html) to be set up for the PCP Vector datasource. The "Top Network Consumers" table requires the [bcc PMDA](https://man7.org/linux/man-pages/man1/pmdabcc.1.html) to be installed and configured with the netproc module.',
|
||||||
|
+ content='This dashboard requires [authentication](https://grafana-pcp.readthedocs.io/en/latest/datasources/authentication.html) to be set up for the PCP Vector datasource.',
|
||||||
|
), gridPos={
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
@@ -55,34 +55,4 @@ grafana.dashboard.new(
|
||||||
|
w: 12,
|
||||||
|
h: 8,
|
||||||
|
}
|
||||||
|
-)
|
||||||
|
-.addPanel(
|
||||||
|
- grafana.tablePanel.new(
|
||||||
|
- 'Top Disk Consumers',
|
||||||
|
- datasource='$datasource',
|
||||||
|
- styles=null,
|
||||||
|
- )
|
||||||
|
- .addTargets([
|
||||||
|
- { expr: 'proc.hog.disk', format: 'metrics_table', legendFormat: '$metric' },
|
||||||
|
- ]) + { options+: {sortBy: [{desc: true, displayName: 'proc.hog.disk'}]}}, gridPos={
|
||||||
|
- x: 0,
|
||||||
|
- y: 10,
|
||||||
|
- w: 12,
|
||||||
|
- h: 8,
|
||||||
|
- }
|
||||||
|
-)
|
||||||
|
-.addPanel(
|
||||||
|
- grafana.tablePanel.new(
|
||||||
|
- 'Top Network Consumers',
|
||||||
|
- datasource='$datasource',
|
||||||
|
- styles=null,
|
||||||
|
- )
|
||||||
|
- .addTargets([
|
||||||
|
- { expr: 'proc.hog.net', format: 'metrics_table', legendFormat: '$metric' },
|
||||||
|
- ]) + { options+: {sortBy: [{desc: true, displayName: 'proc.hog.net'}]}}, gridPos={
|
||||||
|
- x: 12,
|
||||||
|
- y: 10,
|
||||||
|
- w: 12,
|
||||||
|
- h: 8,
|
||||||
|
- }
|
||||||
|
)
|
||||||
|
\ No newline at end of file
|
Loading…
Reference in new issue