Skip to content

Commit

Permalink
Fixing links (#11401)
Browse files Browse the repository at this point in the history
Fixing links that were flagged in this week's 404 and build error
report.
  • Loading branch information
JStickler authored Dec 12, 2023
1 parent 7c9d954 commit 5e098bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/best-practices/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Try to keep values bounded to as small a set as possible. We don't have perfect

## Be aware of dynamic labels applied by clients

Loki has several client options: [Promtail](https://github.com/grafana/loki/tree/main/clients/cmd/promtail) (which also supports systemd journal ingestion and TCP-based syslog ingestion), [Fluentd](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd), [Fluent Bit](https://github.com/grafana/loki/tree/main/clients/cmd/fluent-bit), a [Docker plugin](/blog/2019/07/15/lokis-path-to-ga-docker-logging-driver-plugin-support-for-systemd/), and more!
Loki has several client options: [Promtail](https://github.com/grafana/loki/tree/release-2.8.x/clients/cmd/promtail) (which also supports systemd journal ingestion and TCP-based syslog ingestion), [Fluentd](https://github.com/grafana/loki/tree/release-2.8.x/clients/cmd/fluentd), [Fluent Bit](https://github.com/grafana/loki/tree/release-2.8.x/clients/cmd/fluent-bit), a [Docker plugin](/blog/2019/07/15/lokis-path-to-ga-docker-logging-driver-plugin-support-for-systemd/), and more!

Each of these come with ways to configure what labels are applied to create log streams. But be aware of what dynamic labels might be applied.
Use the Loki series API to get an idea of what your log streams look like and see if there might be ways to reduce streams and cardinality.
Expand Down

0 comments on commit 5e098bf

Please sign in to comment.