Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
be4b715a
Unverified
Commit
be4b715a
authored
Apr 10, 2018
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: change mysql container so that it uses utc
parent
6cb891dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
17 deletions
+26
-17
docker/blocks/mysql/dashboard.json
+26
-14
docker/blocks/mysql/docker-compose.yaml
+0
-3
No files found.
docker/blocks/mysql/dashboard.json
View file @
be4b715a
...
...
@@ -2,7 +2,7 @@
"__inputs"
:
[
{
"name"
:
"DS_MYSQL"
,
"label"
:
"My
sql
"
,
"label"
:
"My
SQL
"
,
"description"
:
""
,
"type"
:
"datasource"
,
"pluginId"
:
"mysql"
,
...
...
@@ -20,19 +20,19 @@
"type"
:
"panel"
,
"id"
:
"graph"
,
"name"
:
"Graph"
,
"version"
:
""
"version"
:
"
5.0.0
"
},
{
"type"
:
"datasource"
,
"id"
:
"mysql"
,
"name"
:
"MySQL"
,
"version"
:
"
1
.0.0"
"version"
:
"
5
.0.0"
},
{
"type"
:
"panel"
,
"id"
:
"table"
,
"name"
:
"Table"
,
"version"
:
""
"version"
:
"
5.0.0
"
}
],
"annotations"
:
{
...
...
@@ -53,7 +53,7 @@
"gnetId"
:
null
,
"graphTooltip"
:
0
,
"id"
:
null
,
"iteration"
:
15
18602729468
,
"iteration"
:
15
23372133566
,
"links"
:
[],
"panels"
:
[
{
...
...
@@ -118,7 +118,7 @@
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeShift"
:
"1h"
,
"timeShift"
:
null
,
"title"
:
"Average logins / $summarize"
,
"tooltip"
:
{
"shared"
:
true
,
...
...
@@ -150,7 +150,11 @@
"min"
:
null
,
"show"
:
true
}
]
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
...
...
@@ -204,7 +208,7 @@
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeShift"
:
"1h"
,
"timeShift"
:
null
,
"title"
:
"Average payments started/ended / $summarize"
,
"tooltip"
:
{
"shared"
:
true
,
...
...
@@ -236,7 +240,11 @@
"min"
:
null
,
"show"
:
true
}
]
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"aliasColors"
:
{},
...
...
@@ -284,7 +292,7 @@
],
"thresholds"
:
[],
"timeFrom"
:
null
,
"timeShift"
:
"1h"
,
"timeShift"
:
null
,
"title"
:
"Max CPU / $summarize"
,
"tooltip"
:
{
"shared"
:
true
,
...
...
@@ -316,7 +324,11 @@
"min"
:
null
,
"show"
:
true
}
]
],
"yaxis"
:
{
"align"
:
false
,
"alignLevel"
:
null
}
},
{
"columns"
:
[],
...
...
@@ -369,7 +381,7 @@
"target"
:
""
}
],
"timeShift"
:
"1h"
,
"timeShift"
:
null
,
"title"
:
"Values"
,
"transform"
:
"table"
,
"type"
:
"table"
...
...
@@ -428,7 +440,6 @@
"auto_count"
:
5
,
"auto_min"
:
"10s"
,
"current"
:
{
"selected"
:
true
,
"text"
:
"1m"
,
"value"
:
"1m"
},
...
...
@@ -545,5 +556,5 @@
"timezone"
:
""
,
"title"
:
"Grafana Fake Data Gen - MySQL"
,
"uid"
:
"DGsCac3kz"
,
"version"
:
6
"version"
:
8
}
\ No newline at end of file
docker/blocks/mysql/docker-compose.yaml
View file @
be4b715a
...
...
@@ -7,9 +7,6 @@
MYSQL_PASSWORD
:
password
ports
:
-
"
3306:3306"
volumes
:
-
/etc/localtime:/etc/localtime:ro
-
/etc/timezone:/etc/timezone:ro
command
:
[
mysqld
,
--character-set-server=utf8mb4
,
--collation-server=utf8mb4_unicode_ci
,
--innodb_monitor_enable=all
]
fake-mysql-data
:
...
...
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