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
Copy file name to clipboardExpand all lines: operations/observability/mixins/README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,10 @@ There are a couple of ways to trigger a werft job that will deploy a preview env
299
299
300
300
1. You can open a Pull Request with the following line in the description:
301
301
```
302
-
/werft with-observability
302
+
# we deploy using K8s manifests generated by our new installer
303
+
# observability only works with our old helm chart
304
+
# to support observability, use with-helm will;
305
+
/werft with-observability with-helm
303
306
304
307
# Just in case your PR requires extra configuration on Prometheus side
305
308
# (and you have a new branch on https://github.com/gitpod-io/observability with such changes)
@@ -309,13 +312,13 @@ There are a couple of ways to trigger a werft job that will deploy a preview env
309
312
310
313
2. After opening a Pull Request, you can add a Github comment:
311
314
```
312
-
/werft run with-observability
313
-
/werft run withObservabilityBranch="<my-branch>"
315
+
/werft run with-observability with-helm
316
+
/werft run withObservabilityBranch="<my-branch>" with-observability
314
317
```
315
318
316
319
3. Inside your workspace, run:
317
320
```
318
-
werft run github -a with-observability="" -a withObservabilityBranch="<my-branch>"
321
+
werft run github -a with-observability=true -a withObservabilityBranch="<my-branch>" -a with-helm=true
319
322
```
320
323
321
324
As mentioned in [How is our mixin consumed?](#How-is-our-mixin-consumed), please remember that a commit must be done for us to update monitoring-satellite with the dashboards/alerts/recording rule changes.
0 commit comments