Skip to content

Commit 9b3d8e1

Browse files
authored
Update dashboards for v8 and minor updates (#69)
1 parent 158528b commit 9b3d8e1

File tree

15 files changed

+511
-592
lines changed

15 files changed

+511
-592
lines changed

.github/ISSUE_TEMPLATE/a_question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question 🤔
3-
about: Usage question or discussion about Redis Application plug-in for Grafana.
3+
about: Usage question or discussion about Redis Application plugin for Grafana.
44
title: ''
55
labels: 'kind/question'
66
assignees: ''

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# How to build and install Redis Application plug-in
1+
# How to build and install Redis Application plugin
22

33
You can find detailed instructions in the [Documentation](https://redisgrafana.github.io/development/redis-app/).

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
### Features / Enhancements
3131

32-
- Make Application plug-in's icon bolder for better visibility #19
32+
- Make Application plugin's icon bolder for better visibility #19
3333
- Update Grafana dependencies to 7.3.6 #21
3434
- Update Angular legacy code to React #25
3535
- Update Redis CLI auto-scrolling textarea to autosize #26

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Redis Application plug-in for Grafana
1+
# Redis Application plugin for Grafana
22

33
![Application](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-app/master/src/img/redis-app.png)
44

55
[![Grafana 7](https://img.shields.io/badge/Grafana-7-orange)](https://www.grafana.com)
66
[![Redis Data Source](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Data%20Source&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-datasource)](https://grafana.com/grafana/plugins/redis-datasource)
7-
[![Redis Application plug-in](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Application%20plug-in&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-app)](https://grafana.com/grafana/plugins/redis-app)
7+
[![Redis Application plugin](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Application%20plugin&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-app)](https://grafana.com/grafana/plugins/redis-app)
88
![CI](https://github.com/RedisGrafana/grafana-redis-app/workflows/CI/badge.svg)
99
![Docker](https://github.com/RedisGrafana/grafana-redis-app/workflows/Docker/badge.svg)
1010
[![codecov](https://codecov.io/gh/RedisGrafana/grafana-redis-app/branch/master/graph/badge.svg?token=15SIRGU8SX)](https://codecov.io/gh/RedisGrafana/grafana-redis-app)
@@ -22,7 +22,7 @@
2222

2323
## Introduction
2424

25-
The Redis Application is a plug-in for Grafana that provides application pages, custom panels, and dashboards for [Redis Data Source](https://grafana.com/grafana/plugins/redis-datasource).
25+
The Redis Application is a plugin for Grafana that provides application pages, custom panels, and dashboards for [Redis Data Source](https://grafana.com/grafana/plugins/redis-datasource).
2626

2727
### Custom Panels
2828

@@ -56,25 +56,25 @@ grafana-cli plugins install redis-app
5656

5757
For Docker instructions and installation without Internet access, follow the [Quickstart](https://redisgrafana.github.io/quickstart/) page.
5858

59-
### Open Grafana and enable Redis Application plug-in
59+
### Open Grafana and enable Redis Application plugin
6060

61-
Open Grafana in your browser, enable Redis Application plug-in, and configure Redis Data Sources.
61+
Open Grafana in your browser, enable Redis Application plugin, and configure Redis Data Sources.
6262

6363
![Enable](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-app/master/src/img/enable.png)
6464

6565
## Documentation
6666

67-
Take a look at the [Documentation](https://redisgrafana.github.io/redis-app/overview/) to learn more about the Redis Application plug-in, Redis Data Source, provided dashboards, and custom panels.
67+
Take a look at the [Documentation](https://redisgrafana.github.io/redis-app/overview/) to learn more about the Redis Application plugin, Redis Data Source, provided dashboards, and custom panels.
6868

6969
## Development
7070

71-
[Developing Redis Application plug-in](https://redisgrafana.github.io/development/redis-app/) page provides instructions on building the application.
71+
[Developing Redis Application plugin](https://redisgrafana.github.io/development/redis-app/) page provides instructions on building the application.
7272

73-
Are you interested in the latest features and updates? Start nightly built [Docker image for Redis Application plug-in](https://redisgrafana.github.io/development/images/).
73+
Are you interested in the latest features and updates? Start nightly built [Docker image for Redis Application plugin](https://redisgrafana.github.io/development/images/).
7474

7575
## Feedback
7676

77-
We love to hear from users, developers, and the whole community interested in this plug-in. These are various ways to get in touch with us:
77+
We love to hear from users, developers, and the whole community interested in this plugin. These are various ways to get in touch with us:
7878

7979
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/RedisGrafana/grafana-redis-app/issues/new/choose).
8080
- Star the repository to show your support.

src/components/config/config.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class Config extends PureComponent<Props, State> {
6666
};
6767

6868
/**
69-
* Plug-in Settings
69+
* Plugin Settings
7070
*
7171
* @param settings Plugin Settings
7272
*/
@@ -75,7 +75,7 @@ export class Config extends PureComponent<Props, State> {
7575
};
7676

7777
/**
78-
* Plug-in disable
78+
* Plugin disable
7979
*/
8080
onDisable = () => {
8181
this.updatePluginSettings({ enabled: false, jsonData: {}, pinned: false }).then(() => {
@@ -84,7 +84,7 @@ export class Config extends PureComponent<Props, State> {
8484
};
8585

8686
/**
87-
* Plug-in enable
87+
* Plugin enable
8888
*/
8989
onEnable = () => {
9090
this.updatePluginSettings({ enabled: true, jsonData: {}, pinned: true }).then(() => {
@@ -101,7 +101,7 @@ export class Config extends PureComponent<Props, State> {
101101
return (
102102
<>
103103
<h2>Redis Application</h2>
104-
<p>The Redis Application, is a plug-in for Grafana that provides custom panels for Redis Data Source.</p>
104+
<p>The Redis Application, is a plugin for Grafana that provides custom panels for Redis Data Source.</p>
105105
{!isEnabled && (
106106
<p>
107107
Click below to <b>Enable</b> the Application and start monitoring your Redis instances today.

0 commit comments

Comments
 (0)