You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember, once you have set up your domain, make sure you use the [CLI pointing](#configure-chainloop-cli-to-point-to-your-instance) to it instead of the defaults.
240
+
239
241
### Connect to an external PostgreSQL database
240
242
241
243
```yaml
@@ -298,6 +300,23 @@ sentry:
298
300
dsn: [your secret sentry project DSN URL]
299
301
environment: production
300
302
```
303
+
304
+
### Enable Prometheus Monitoring in GKE
305
+
306
+
Chainloop exposes Prometheus compatible `/metrics` endpoints that can be easily scraped by a Prometheus data collector Server.
307
+
308
+
Google Cloud has a [managed Prometheus offering](https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed) that could be easily enabled by setting `--set GKEMonitoring.enabled=true`. This will inject the required `PodMonitoring` custom resources.
309
+
310
+
### Configure Chainloop CLI to point to your instance
311
+
312
+
Once you have your instance of Chainloop deployed, you need to configure the [CLI](https://github.com/chainloop-dev/chainloop/releases) to point to both the CAS and the Control plane gRPC APIs like this.
0 commit comments