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 b112d17 commit fae7505Copy full SHA for fae7505
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