Skip to content

Commit 7046c2d

Browse files
[Release Notes Appender] Add PR #7127: [new feature] promtail: Add a Promtail stage for probabilistic sampling (#10425)
Add PR #7127 to release notes for next release Co-authored-by: Travis Patterson <travis.patterson@grafana.com>
1 parent 686d051 commit 7046c2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sources/release-notes/next.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Grafana Labs is excited to announce the release of Loki ?.?. Here's a summary of
2020

2121
- **New volume and volume_range endpoints**: Two new endoints, `index/volume` and `index/volume_range`, have been added to Loki. They return aggregate volume information from the TSDB index for all streams matching a provided stream selector. This feature was introduced via multiple PRs, including [PR #9988](https://github.com/grafana/loki/pull/9988), [PR #9966](https://github.com/grafana/loki/pull/9966), [PR #9833](https://github.com/grafana/loki/pull/9833), [PR #9832](https://github.com/grafana/loki/pull/9832), [PR #9776](https://github.com/grafana/loki/pull/9776), [PR #9762](https://github.com/grafana/loki/pull/9762), [PR #9704](https://github.com/grafana/loki/pull/9704), [PR #10248](https://github.com/grafana/loki/pull/10248), [PR #10099](https://github.com/grafana/loki/pull/10099), [PR #10076](https://github.com/grafana/loki/pull/10076), [PR #10047](https://github.com/grafana/loki/pull/10047) and [PR #10045](https://github.com/grafana/loki/pull/10045)
2222

23-
- **New Storage Client**: Add support for IBM cloud object storage as storage client. [PR #8826](https://github.com/grafana/loki/pull/8826)
23+
- **New Storage Client**: Add support for IBM cloud object storage as storage client. [PR #8826](https://github.com/grafana/loki/pull/8826)
24+
25+
- **New Promtail Stage**: Add a Promtail stage for probabilistic sampling. [PR #7127](https://github.com/grafana/loki/pull/7127)
2426

2527
- **Deprecations**
2628
- Legacy index and chunk stores that are not "single store" (such as `tsdb`, `boltdb-shipper`) are deprecated. These storage backends are Cassandra (`cassandra`), DynamoDB (`aws`, `aws-dynamo`), BigTable (`bigtable`, `bigtable-hashed`), GCP (`gcp`, `gcp-columnkey`), and gRPC (`grpc`). See https://grafana.com/docs/loki/latest/storage/ for more information.

0 commit comments

Comments
 (0)