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: charts/generic-service/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,13 +166,6 @@ app:
166
166
| `alerting.grpc.errorDuration` | | The duration for which the gRPC error rate has to remain elevated before triggering an alert |
167
167
| `alerting.grpc.maxCriticalErrors` | `0` | The maximum number of critical gRPC errors responses in the sample interval |
168
168
| `alerting.grpc.criticalCodes` | `[Internal, Unimplemented]` | Which gRPC status codes are considered critical errors |
169
-
| `alerting.logs.countInterval` | `5m` | The time interval in which to count the number of messages per log level |
170
-
| `alerting.logs.levelLabel` | `level` | The Loki label containing the log level |
171
-
| `alerting.logs.levels.*.maxCount` | `0` | The maximum number of messages of a specific log level in the interval to allow before alerting |
172
-
| `alerting.logs.levels.*.severity` | `warning` | The severity of the alert when the maximum count of a messages of a specific log level is exceeded |
173
-
| `alerting.logs.levels.lokiConfigMap.label` | `loki_rule` | The label attached to the ConfigMap holding the Loki Rules |
174
-
| `alerting.logs.levels.lokiConfigMap.labelValue` | `""` | The value of the label attached to the Loki Rule ConfigMap |
175
-
| `alerting.logs.createLokiRule` | `false` | Whether to create a `LokiRule` custom resource of a ConfigMap for log alerting |
176
169
| `alerting.custom.*.metric` | __required if used__ | The name of the Prometheus metric exposed by the service |
177
170
| `alerting.custom.*.labelMatchers` | | Prometheus label matchers to use for filtering the metric (e.g., `some_key="some_value"`) |
178
171
| `alerting.custom.*.aggregate` | __required if used__ | The aggregate function to use to combine metric values from multiple replicas (e.g., `max` or `sum`) |
@@ -184,6 +177,13 @@ app:
184
177
| `alerting.custom.*.topic` | | The `topic` label for the alert |
185
178
| `alerting.custom.*.summary` | __required if used__ | A short summary of the alert |
186
179
| `alerting.custom.*.description` | __required if used__ | A longer description of the alert; can include metric labels via templating |
180
+
| `alerting.logs.countInterval` | `5m` | The time interval in which to count the number of messages per log level |
181
+
| `alerting.logs.levelLabel` | `level` | The Loki label containing the log level |
182
+
| `alerting.logs.levels.*.maxCount` | `0` | The maximum number of messages of a specific log level in the interval to allow before alerting |
183
+
| `alerting.logs.levels.*.severity` | `warning` | The severity of the alert when the maximum count of a messages of a specific log level is exceeded |
184
+
| `alerting.logs.levels.lokiConfigMap.label` | `loki_rule` | The label attached to the ConfigMap holding the Loki Rules |
185
+
| `alerting.logs.levels.lokiConfigMap.labelValue` | `""` | The value of the label attached to the Loki Rule ConfigMap |
186
+
| `alerting.logs.createLokiRule` | `false` | Whether to create a `LokiRule` custom resource of a ConfigMap for log alerting |
187
187
| `sidecars` | `[]` | Additional sidecar containers to be added to the `Pod` |
188
188
| `sidecarTemplates` | `[]` | Strings to be templated providing additional sidecar containers to be added to the Pod |
189
189
| `initContainers` | `[]` | Additional init containers to be added to the `Pod` |
0 commit comments