Skip to content

Commit 91a3fb2

Browse files
committed
add Insight for how to migrate this example to your own app
1 parent da321b0 commit 91a3fb2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/kubernetes/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ kubectl delete -f launch/grafanaService.yml
112112
kubectl delete -f launch/grafana.yml
113113
```
114114

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.
115126

116127
## Contributing
117128

0 commit comments

Comments
 (0)