Skip to content

Commit 0cba751

Browse files
Add next steps section in the README.md file
1 parent 1a65b5f commit 0cba751

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ patch:
138138
value: <any value>
139139
```
140140

141+
## Next steps
142+
143+
- Script to measure performance (API calls per second) for a single replica
144+
- Create a CRD for the `GenericWebhookConfig` and consume it as a K8S object instead of as a ConfigMap
145+
- Add more examples
146+
- Helm chart
147+
- Analyse how much CPU and memory the app needs
148+
- Prometheus metrics to show number of requests processed, succeeded, queued requests, time it takes to process a request, etc.
149+
141150
## Contributing
142151

143152
See the [contributor guide](./docs/contributor-guide.md)

0 commit comments

Comments
 (0)