Self-Hosted Prometheus
Implement self-hosted Prometheus and Grafana in your Cobrowse Enterprise Kubernetes cluster for enhanced monitoring and data visualization.
Last updated
Was this helpful?
Implement self-hosted Prometheus and Grafana in your Cobrowse Enterprise Kubernetes cluster for enhanced monitoring and data visualization.
Last updated
Was this helpful?
If you are self-hosting your Cobrowse Enterprise Kubernetes cluster, then deploying your own Prometheus and Grafana instances into your cluster may make the most sense for you.
If you do not have Prometheus running in your cluster already, then you may consider using the to deploy the components necessary to get you started.
These example configurations and commands are intended to demonstrate the Helm repositories and chart resources you can use as a reference to help deploy a non-production Prometheus instance that is capable of scraping cobrowse redis cluster and service metrics.
For a production-grade deployment with appropriate authentication, persistence, and ingress, we recommend you research the and the that are available to help you make the appropriate decisions for your organization.
There is one chart that deploys a configurable node-exporter, alertmanager and server component with ingress, which can get you started querying metrics as quickly a possible:
For Docker Compose deployments a Prometheus container can be started as part of the deployment in the following way:
These example configurations and commands are intended to demonstrate the Helm repositories and chart resources you can use as a reference to help deploy a non-production Grafana server that is capable of querying a local Prometheus server.
There is one chart that deploys the Grafana server with ingress and configuration to query your Prometheus instance, which can get you querying metrics as quickly as possible:
If you do not have Grafana installed in your cluster already, then may consider using the to deploy the components necessary to get you started.
For a production-grade deployment with appropriate authentication, persistence, and ingress, we recommend you research the and the file that are available to make the appropriate decisions for your organization.