Commit 614d6045 authored by Rizwan Shakoor's avatar Rizwan Shakoor

Merge branch 'master' of https://gitlab.mynisum.com/sbilal/abs-grafana

merge it
parents 145d58d2 b3900e95
Pipeline #4312 failed with stages
in 1 second
...@@ -262,7 +262,7 @@ grafana.dashboard.new( ...@@ -262,7 +262,7 @@ grafana.dashboard.new(
) )
.addPanel( .addPanel(
singleStat.new( singleStat.new(
'Connection Size', 'Connection Timeout Count',
span=6, span=6,
prefix='', prefix='',
postfix='', postfix='',
...@@ -282,77 +282,4 @@ grafana.dashboard.new( ...@@ -282,77 +282,4 @@ grafana.dashboard.new(
) )
) )
) )
.addPanel(
graphPanel.new(
'Connection Creation Time',
span=4,
fill=1,
min=0,
format='s',
legend_values=true,
legend_min=true,
legend_max=true,
legend_current=true,
legend_total=false,
legend_avg=true,
legend_alignAsTable=true,
)
.addTarget(
prometheus.target(
'hikaricp_connections_creation_seconds_sum/hikaricp_connections_creation_seconds_count',
legendFormat='Connection Creation Time',
datasource='Prometheus',
)
),
gridPos = { h: 5, w: 30, x: 0, y: 0}
)
.addPanel(
graphPanel.new(
'Connection Usage Time',
span=4,
fill=1,
min=0,
format='s',
legend_values=true,
legend_min=true,
legend_max=true,
legend_current=true,
legend_total=false,
legend_avg=true,
legend_alignAsTable=true,
)
.addTarget(
prometheus.target(
'hikaricp_connections_usage_seconds_sum/hikaricp_connections_usage_seconds_count',
legendFormat='Connection Usage Time',
datasource='Prometheus',
)
),
gridPos = { h: 5, w: 30, x: 0, y: 0}
)
.addPanel(
graphPanel.new(
'Connection Acquire Time',
span=4,
fill=1,
min=0,
format='s',
legend_values=true,
legend_min=true,
legend_max=true,
legend_current=true,
legend_total=false,
legend_avg=true,
legend_alignAsTable=true,
)
.addTarget(
prometheus.target(
'hikaricp_connections_acquire_seconds_sum/ hikaricp_connections_acquire_seconds_count',
legendFormat='Connection Usage Time',
datasource='Prometheus',
)
),
gridPos = { h: 5, w: 30, x: 0, y: 0}
)
) )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment