We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da321b0 commit 91a3fb2Copy full SHA for 91a3fb2
examples/kubernetes/README.md
@@ -112,6 +112,17 @@ kubectl delete -f launch/grafanaService.yml
112
kubectl delete -f launch/grafana.yml
113
```
114
115
+## Insight for how to migrate this example to your own app
116
+To configure Prometheus and Grafana, you can simply copy those yaml files to your own app.
117
+```
118
+clusterRole.yml
119
+promConfig.yml
120
+prometheus.yml
121
+grafana-datasource-config.yml
122
+grafanaService.yml
123
+grafana.yml
124
125
+Then configute Prometheus and Grafana with your own application's deployments.
126
127
## Contributing
128
0 commit comments