Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051

Merged
merged 22 commits into from
Apr 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
311769f
[new] promtail pipeline: Promtail Rate Limit stage #5048
liguozhong Jan 5, 2022
ba7f04b
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 6, 2022
bea828a
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 6, 2022
e19b0d7
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 11, 2022
f45bc3b
Update clients/pkg/logentry/stages/limit.go
liguozhong Jan 11, 2022
b9db3ea
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 11, 2022
e1e89ba
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 11, 2022
d843ef5
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 12, 2022
9f688ec
Update docs/sources/clients/promtail/pipelines.md
liguozhong Jan 14, 2022
f5b397c
Update docs/sources/clients/promtail/stages/limit.md
liguozhong Jan 14, 2022
317103f
Update docs/sources/clients/promtail/stages/limit.md
liguozhong Jan 14, 2022
d709e7b
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 14, 2022
cee7dd9
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 14, 2022
e909d2f
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 14, 2022
5d6ba9a
[new] promtail pipeline: Promtail Rate Limit stage #5048 #5051
liguozhong Jan 14, 2022
c07bcff
Update docs/sources/clients/promtail/stages/limit.md
cyriltovena Mar 2, 2022
5112902
Update docs/sources/clients/promtail/stages/limit.md
cyriltovena Mar 2, 2022
5ec6018
Merge branch 'main' into rate_limit_stage
liguozhong Mar 4, 2022
a5aaa4e
fix import package
liguozhong Mar 4, 2022
d034653
Update docs/sources/clients/promtail/stages/limit.md
liguozhong Mar 31, 2022
57a5dbe
Update docs/sources/clients/promtail/stages/limit.md
liguozhong Mar 31, 2022
7b5defb
Update docs/sources/clients/promtail/pipelines.md
liguozhong Mar 31, 2022
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
Prev Previous commit
Next Next commit
Update docs/sources/clients/promtail/stages/limit.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
  • Loading branch information
liguozhong and KMiller-Grafana authored Mar 31, 2022
commit 57a5dbe1dbf3eb4c8012cebe3437050a209b34b6
2 changes: 1 addition & 1 deletion docs/sources/clients/promtail/stages/limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: limit
---
# `limit` stage

The `limit` stage is a rate limiting stage throttles logs based on several options.
The `limit` stage is a rate-limiting stage that throttles logs based on several options.

## Limit stage schema

Expand Down