Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods by providing a comma-seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods by providing a comma-separated list of fully qualified packages(class and/or method names)</td>
<td> Default is an empty list, which means it will target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names)</td>
<td> Default is an empty list, which means it will target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names)</td>
<td> ByDefault it is empty list, which means it target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:

### Watch Custom Services

It contains comma seperated list of fully qualified packages(class and/or method names), which limits watched packages/classes/methods. It can be tuned by `CM_WATCHED_CUSTOM_SERVICES` ENV.
It contains comma separated list of fully qualified packages(class and/or method names), which limits watched packages/classes/methods. It can be tuned by `CM_WATCHED_CUSTOM_SERVICES` ENV.

Use the following example to tune this:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names)</td>
<td> ByDefault it is empty list, which means it target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names)</td>
<td> ByDefault it is empty list, which means it target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</tr>
<tr>
<td> CM_WATCHED_CUSTOM_SERVICES </td>
<td> It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names)</td>
<td> It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names)</td>
<td> ByDefault it is empty list, which means it target all services </td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Use the following example to tune this:

[embedmd]:# (../chaos-engine/engine-spec/auxiliary-appinfo.yaml yaml)
```yaml
# contains the comma seperated list of auxiliary applications details
# contains the comma separated list of auxiliary applications details
# it is provide in `<namespace1>:<key1=value1>,<namespace2>:<key2=value2>` format
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ Use the following example to tune this:

[embedmd]:# (https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe/present-operation.yaml yaml)
```yaml
# verify the existance of the resource matched with the given inputs inside cluster
# verify the existence of the resource matched with the given inputs inside cluster
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
Expand Down
2 changes: 1 addition & 1 deletion monitoring/platforms/kublr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ need to set up prometheus and grafana to enable monitoring, it is possible to ju

- [Grafana Dashboards](https://github.com/litmuschaos/litmus/blob/master/monitoring/platforms/kublr/grafana-dashboards)

> Contains chaos interleaved grafana dashboards for various native k8s and application metrics. These dashboards are modified slightly relative to the dashboards in the generic getting started guide to accomodate for additional labels which Kublr introduces in its centralized monitoring.
> Contains chaos interleaved grafana dashboards for various native k8s and application metrics. These dashboards are modified slightly relative to the dashboards in the generic getting started guide to accommodate for additional labels which Kublr introduces in its centralized monitoring.

# Demonstration

Expand Down