Update _index.md
more details for dashboards, nginx
This commit is contained in:
parent
8599ddbefc
commit
9e6d42ffb0
1 changed files with 5 additions and 6 deletions
|
|
@ -18,14 +18,13 @@ grafana.ingress contains the Grafana ingress configuratione, like the host url (
|
|||
grafana.sidecar.dashboards contains necessary configurations so additional user defined dashboards are loaded when Grafana is started.
|
||||
grafana.grafana.ini.server contains configuration details that are necessary, so the ingress points to the correct url.
|
||||
|
||||
## Start
|
||||
### Start
|
||||
Once Grafana is running it is accessible under https://cnoe.localtest.me/grafana.
|
||||
Many preconfigured dashboards can be used by klicking the menu option Dashboards.
|
||||
|
||||
### Adding your own dashboards
|
||||
The application edfbuilder/kind/stacks/core/kube-prometheus.yaml is used to import new Loki dashboards.
|
||||
Examples for imported dashboards can be found in the folder edfbuilder/kind/stacks/core/kube-prometheus/dashboards.
|
||||
The application edfbuilder/kind/stacks/core/kube-prometheus.yaml is used to import new Loki dashboards. Examples for imported dashboards can be found in the folder edfbuilder/kind/stacks/core/kube-prometheus/dashboards.
|
||||
|
||||
It is possible to add your own dashboards:
|
||||
Dashboards must be in JSON format. To add your own dashboard create a new ConfigMap in YAML format using onw of the examples as a blueprint.
|
||||
The new dashboard in JSON format has to be added as the value for data.k8s-dashboard-[...].json like in the examples.
|
||||
It is possible to add your own dashboards: Dashboards must be in JSON format. To add your own dashboard create a new ConfigMap in YAML format using onw of the examples as a blueprint. The new dashboard in JSON format has to be added as the value for data.k8s-dashboard-[...].json like in the examples. (It is important to use a unique name for data.k8s-dashboard-[...].json for each dashboard.)
|
||||
|
||||
Currently preconfigured dashboards include several dahboards for Loki and a dashboard to showcase Nginx-Ingress metrics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue