mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Merge pull request #122 from flant/fix_0_3_2
fix: plugin.json fields and relative links in README.md
This commit is contained in:
@@ -184,7 +184,7 @@ __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels a
|
|||||||
|
|
||||||
#### Pagination
|
#### Pagination
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Enable pagination__ toggles pagination controls on graph.
|
__Enable pagination__ toggles pagination controls on graph.
|
||||||
|
|
||||||
@@ -192,7 +192,7 @@ __Rows per page__ a number of rows to display on graph.
|
|||||||
|
|
||||||
#### Tooltip
|
#### Tooltip
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
||||||
|
|
||||||
@@ -204,7 +204,7 @@ __Items__ is a list of definitions to display URLs in tooltip.
|
|||||||
|
|
||||||
Each URL has a template, icon, label and formating options: lowercase and date format for variables.
|
Each URL has a template, icon, label and formating options: lowercase and date format for variables.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
@@ -215,7 +215,7 @@ the directory containing Statusmap plugin):
|
|||||||
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
|
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
|
||||||
-p 3000:3000 --name grafana.docker \
|
-p 3000:3000 --name grafana.docker \
|
||||||
--env=GF_USERS_DEFAULT_THEME=light \
|
--env=GF_USERS_DEFAULT_THEME=light \
|
||||||
grafana/grafana:5.1.3
|
grafana/grafana:7.1.3
|
||||||
```
|
```
|
||||||
|
|
||||||
This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
|
This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
|
||||||
|
|||||||
Vendored
+4
-4
@@ -184,7 +184,7 @@ __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels a
|
|||||||
|
|
||||||
#### Pagination
|
#### Pagination
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Enable pagination__ toggles pagination controls on graph.
|
__Enable pagination__ toggles pagination controls on graph.
|
||||||
|
|
||||||
@@ -192,7 +192,7 @@ __Rows per page__ a number of rows to display on graph.
|
|||||||
|
|
||||||
#### Tooltip
|
#### Tooltip
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
||||||
|
|
||||||
@@ -204,7 +204,7 @@ __Items__ is a list of definitions to display URLs in tooltip.
|
|||||||
|
|
||||||
Each URL has a template, icon, label and formating options: lowercase and date format for variables.
|
Each URL has a template, icon, label and formating options: lowercase and date format for variables.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
@@ -215,7 +215,7 @@ the directory containing Statusmap plugin):
|
|||||||
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
|
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
|
||||||
-p 3000:3000 --name grafana.docker \
|
-p 3000:3000 --name grafana.docker \
|
||||||
--env=GF_USERS_DEFAULT_THEME=light \
|
--env=GF_USERS_DEFAULT_THEME=light \
|
||||||
grafana/grafana:5.1.3
|
grafana/grafana:7.1.3
|
||||||
```
|
```
|
||||||
|
|
||||||
This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
|
This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
|
||||||
|
|||||||
Vendored
+3
-2
@@ -24,11 +24,12 @@
|
|||||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||||
],
|
],
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"updated": "2020-07-21"
|
"updated": "2020-08-13"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"grafanaDependency": ">=5.4.3",
|
||||||
"grafanaVersion": "5.4.x",
|
"grafanaVersion": "5.4.x",
|
||||||
"plugins": [ ]
|
"plugins": [ ]
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -24,11 +24,12 @@
|
|||||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||||
],
|
],
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"updated": "2020-07-21"
|
"updated": "2020-08-13"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"grafanaDependency": ">=5.4.3",
|
||||||
"grafanaVersion": "5.4.x",
|
"grafanaVersion": "5.4.x",
|
||||||
"plugins": [ ]
|
"plugins": [ ]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user