Skip to content

Commit

Permalink
Merge pull request grafana#84 from grafana/main
Browse files Browse the repository at this point in the history
Update from upstream repository
  • Loading branch information
periklis authored Nov 29, 2022
2 parents df27689 + 4bcecef commit f822feb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Main

- [7809](https://github.com/grafana/loki/pull/7809) **xperimental**: Fix histogram-based alerting rules
- [7808](https://github.com/grafana/loki/pull/7808) **xperimental**: Replace fifocache usage by embedded_cache
- [7753](https://github.com/grafana/loki/pull/7753) **periklis**: Check for mandatory CA configmap name in ObjectStorageTLS spec
- [7744](https://github.com/grafana/loki/pull/7744) **periklis**: Fix object storage TLS spec CAKey descriptor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ groups:
)
) by (job, le, namespace, route)
)
* 100
> 1
for: 15m
labels:
Expand Down Expand Up @@ -124,7 +123,6 @@ groups:
job_le_namespace_operation:loki_boltdb_shipper_request_duration_seconds_bucket:rate5m{operation="WRITE"}
) by (job, le, namespace)
)
* 100
> 1
for: 15m
labels:
Expand All @@ -141,7 +139,6 @@ groups:
job_le_namespace_operation:loki_boltdb_shipper_request_duration_seconds_bucket:rate5m{operation="Shipper.Query"}
) by (job, le, namespace)
)
* 100
> 5
for: 15m
labels:
Expand Down Expand Up @@ -174,7 +171,6 @@ groups:
)
) by (job, le, namespace)
)
* 100
> 30
for: 15m
labels:
Expand Down

0 comments on commit f822feb

Please sign in to comment.