-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ba3675
commit ed89e59
Showing
3 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
"type": "app", | ||
"name": "DevOpsProdigy KubeGraf", | ||
"id" : "devopsprodigy-kubegraf-app", | ||
|
||
"dependencies": { | ||
"grafanaDependency": ">=6.0.0", | ||
"plugins": [ | ||
"grafana-piechart-panel" | ||
] | ||
}, | ||
"info" : { | ||
"description" : "An updated version of the Grafana App for Kubernetes plugin, this plugin allows you to visualize and analyze your Kubernetes cluster’s performance. It demonstrates in graphics the main service metrics and characteristics of the Kubernetes cluster. It also makes it easier to examine the application’s life cycle and error logs.", | ||
"author" : { | ||
"name" : "DevOpsProdigy", | ||
"url" : "https://devopsprodigy.com/" | ||
}, | ||
"dependencies": { | ||
"grafanaVersion": "5.0+", | ||
"plugins": [ | ||
"grafana-piechart-panel" | ||
] | ||
"url" : "https://devopsprodigy.com/", | ||
"email" : "[email protected]" | ||
}, | ||
"keywords" : ["DevOpsProdigy", "kubernetes", "monitoring", "prometheus"], | ||
"logos": { | ||
|