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

feat(server): Expose rate limits for metrics #3347

Merged
merged 14 commits into from
Mar 28, 2024
Prev Previous commit
Next Next commit
fix: Lint
  • Loading branch information
jan-auer committed Mar 28, 2024
commit 3a92dcb05094123cd4f4058d6243e4c76e6d6e40
4 changes: 2 additions & 2 deletions relay-quotas/src/rate_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ pub struct RateLimit {

/// The metric namespace of this rate limit.
///
/// Ignored on all data categories except for [`DataCategory::MetricBucket`]. If empty, this
/// rate limit applies to metrics of all namespaces.
/// Ignored on all data categories except for `MetricBucket`. If empty, this rate limit applies
/// to metrics of all namespaces.
pub namespace: SmallVec<[MetricNamespace; 1]>,
jan-auer marked this conversation as resolved.
Show resolved Hide resolved
}

Expand Down
Loading