@@ -13,7 +13,7 @@ sidebar_position: 5
1313## Logging
1414
1515Logs 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
1717to a [ Loki] ( https://grafana.com/docs/loki/latest/ ) instance running in the
1818control 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 )
2323role.
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
2626container. 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
0 commit comments