opentelemetry_semantic_conventions::attribute

Constant ASPNETCORE_RATE_LIMITING_POLICY

Source
pub const ASPNETCORE_RATE_LIMITING_POLICY: &str = "aspnetcore.rate_limiting.policy";
Expand description

Rate limiting policy name.

ยงExamples

  • "fixed"
  • "sliding"
  • "token"