Skip to content

Commit

Permalink
udpate docs so they're sentence case, style guide (#16461)
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen authored Feb 28, 2023
1 parent 31e094b commit d4f51f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion website/content/docs/agent/limits/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description: Rate limiting is a set of Consul server agent configurations that y

---

# Limit Traffic Rates Overview
# Limit traffic rates overview

This topic provides overview information about the traffic rates limits you can configure for Consul servers.

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/agent/limits/init-rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: Initialize Rate Limit Settings
description: Learn how to determins regular and peak loads in your network so that you can set the initial global rate limit configurations.
---

# Initialize Rate Limit Settings
# Initialize rate limit settings

In order to set limits for traffic, you must first understand regular and peak loads in your network. We recommend completing the following steps to benchmark request rates in your environment so that you can implement limits appropriate for your applications.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: docs
page_title: Set a Global Limit on Traffic Rates
description: Use global rate limits to prevent excessive rates of requests to Consul servers.
---
# Set a Global Limit on Traffic Rates

# Set a global limit on traffic rates

This topic describes how to configure rate limits for RPC and gRPC traffic to the Consul server.

Expand Down

0 comments on commit d4f51f7

Please sign in to comment.