Getting started guide #477
-
Hi Laurent, As discussed over the email can you please help us with started with SLO gen? Can you please provide a guide for external customers to get started? We have our metrics in Prometheus and we want to run SLO/SLI on those. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks a lot for reposting your question here. It is such a good one that I think the whole community can benefit from it. I agree the documentation could be better, especially for newcomers who are not familiar with the tool already. Let's fix this, so visitors understand what the SLO Generator is, how it works and what kind of problems it solves. Let me create an Issue to work on that and enhance the documentation. In the meantime, to answer your question as quickly as possible, I recommend you follow the instructions available at https://github.com/google/slo-generator#local-usage.
Regarding deployment options, https://github.com/google/slo-generator/blob/master/docs/deploy/cloudrun.md has detailed instructions on how to deploy the SLO Generator API to Google Cloud Run, store the SLO definitions in a Google Cloud Storage bucket and trigger the computations every minute with Google Cloud Scheduler jobs. If you work on another cloud provider, the Docker images are also available from GitHub's own registry, for example with Finally, there are multiple |
Beta Was this translation helpful? Give feedback.
-
After a quick look at the open Issues, I already had #375 and #476. Let's leverage these issues to work on a better documentation. |
Beta Was this translation helpful? Give feedback.
Thanks a lot for reposting your question here. It is such a good one that I think the whole community can benefit from it.
I agree the documentation could be better, especially for newcomers who are not familiar with the tool already. Let's fix this, so visitors understand what the SLO Generator is, how it works and what kind of problems it solves. Let me create an Issue to work on that and enhance the documentation.
In the meantime, to answer your question as quickly as possible, I recommend you follow the instructions available at https://github.com/google/slo-generator#local-usage.
pip3 install s…