Skip to content

Commit

Permalink
add prometheus description
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkpc138 committed Oct 15, 2024
1 parent 6636397 commit 4b5defe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ helm upgrade --install --debug lobster_cluster -f ./deploy/values/public/lobster
```

#### Cluster with log sink

- `Log metrics` can be scraped by [prometheus](https://github.com/prometheus/prometheus), where service discovery is performed based on `prometheus.io/scrape: "true"` annotations in kubernetes
- For more details about prometheus & service discovery, please refer to https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config

```bash
helm upgrade --install --debug lobster_cluster -f ./deploy/values/public/lobster-cluster_logsink-extension.yaml
helm upgrade --install --debug lobster_operator -f ./deploy/values/public/lobster-operator.yaml
Expand Down

0 comments on commit 4b5defe

Please sign in to comment.