Skip to content

Commit 614bb66

Browse files
committed
docs(monitoring): use alloy instead of promtail
1 parent 554eeda commit 614bb66

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

docs/04-For Operators/05-monitoring.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sidebar_position: 5
1313
## Logging
1414

1515
Logs are being collected by
16-
[Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) and pushed
16+
[Grafana Alloy](https://grafana.com/docs/alloy/latest/) and pushed
1717
to a [Loki](https://grafana.com/docs/loki/latest/) instance running in the
1818
control plane. Loki is deployed in
1919
[monolithic mode](https://grafana.com/docs/loki/latest/setup/install/helm/install-monolithic/)
@@ -22,11 +22,21 @@ configuration parameters for the control plane in the control plane's
2222
[logging](https://github.com/metal-stack/metal-roles/blob/master/control-plane/roles/logging/README.md)
2323
role.
2424

25-
In the partitions, Promtail is deployed inside a systemd-managed Docker
25+
In the partitions, Alloy is deployed inside a systemd-managed Docker
2626
container. Configuration parameters can be found in the partition's
27-
[promtail](https://github.com/metal-stack/metal-roles/blob/master/partition/roles/promtail/README.md)
28-
role. Which hosts Promtail collects from can be configured via the
29-
`prometheus_promtail_targets` variable.
27+
[alloy](https://github.com/metal-stack/metal-roles/blob/master/partition/roles/alloy/README.md)
28+
role. Which hosts Alloy collects from can be configured via the
29+
`prometheus_alloy_targets` variable.
30+
31+
:::note Migrating from promtail
32+
33+
The `promtail` role is deprecated and replaced by the `alloy` role. Refer to the
34+
[Migration from promtail](https://github.com/metal-stack/metal-roles/blob/master/partition/roles/alloy/README.md#migration-from-promtail)
35+
section of the partition alloy role's README and the
36+
[Migration from promtail](https://github.com/metal-stack/metal-roles/blob/master/control-plane/roles/logging/README.md#migration-from-promtail)
37+
section of the control-plane logging role's README for step-by-step instructions.
38+
39+
:::
3040

3141
## Monitoring
3242

docs/04-For Operators/monitoring-stack.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)