-
Notifications
You must be signed in to change notification settings - Fork 0
Prometheus observability tools #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
khaines
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me. We could add some kubernetes specific text to some of these sections, but that can be added later.
| - Similar to Grafana, visualization fo the time series can be directly done through the Prometheus Web UI. The Web UI provides the ability to easily filter and have an overview of what is taking place with your different targets. | ||
| - Prometheus provides a powerful functional query language called PromQL (Prometheus Query Language) that lets the user aggregate time series data in real time. | ||
|
|
||
| ## Integration with Other Tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The tools specified here are all analysis tools. There are tools that utilize the Prometheus data natively to automate aspects of operating environments and/or k8s clusters. An example is using Flagger w/ Istio to automate blue/green deployments based on live telemetry from Prometheus.
I've made this a nit, since it can be done in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I included this link which has an extensive list of tools and services Prometheus integrates with. Is that enough?
…ntation Co-authored-by: Narmatha Balasundaram <2699443+NarmathaBala@users.noreply.github.com>
This PR provides an overview of Prometheus as an observability tool, why we might use it and integration with other tools.