Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
6f6fb6a6
Commit
6f6fb6a6
authored
May 02, 2023
by
Owais Razi Uddin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing dashbaords
parent
b4def91a
Pipeline
#4318
passed with stages
in 4 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
9 deletions
+75
-9
elk.jsonnet
dashboards/elk.jsonnet
+1
-9
jvm_new.jsonnet
dashboards/jvm_new.jsonnet
+74
-0
No files found.
dashboards/elk.jsonnet
View file @
6f6fb6a6
...
...
@@ -38,15 +38,7 @@ grafana.dashboard.new(
singlestat
.
new
(
'Running Nodes'
,
span
=
4
,
valueName
=
'current'
,
colors
=[
'#40e3ad'
,
'rgba(237, 129, 40, 0.89)'
,
'#d44a3a'
,
],
colorBackground
=
'#40e3ad'
,
colorValue
=
'#FF0000'
,
thresholds
=
"10,90"
valueName
=
'current'
)
.
addTarget
(
prometheus
.
target
(
...
...
dashboards/jvm_new.jsonnet
View file @
6f6fb6a6
...
...
@@ -282,4 +282,78 @@ 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment