Skip to content

Commit

Permalink
docs: hopefully final commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Sep 25, 2019
1 parent 5cc963e commit 9c432f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/clients/promtail/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ Supported contents and default values of `config.yaml`:
# Configures the server for Promtail.
[server: <server_config>]

# Describes how promtail will connect to Loki
# DEPRECATED. Use clients instead.
[client: <client_config>]

# Describes how promtail connects to multiple instances
# of Loki, sending logs to each.
clients:
Expand Down
7 changes: 4 additions & 3 deletions docs/operations/storage/table-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ section in the Loki configuration document.

## DynamoDB Provisioning

When configuring DynamoDB with the Table Manager, the default provisioning
capacity units for reads are set to 300 and writes are set to 3000. The defaults
can be overwritten:
When configuring DynamoDB with the Table Manager, the default [on-demand
provisioning](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html)
capacity units for reads are set to 300 and writes are set to 3000. The
defaults can be overwritten:

```yaml
table_manager:
Expand Down

0 comments on commit 9c432f3

Please sign in to comment.