mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
1cb35db3fe
ok rsadowski@
20 lines
788 B
Plaintext
20 lines
788 B
Plaintext
+-----------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
Migrating from promtail
|
|
=======================
|
|
|
|
Grafana has deprecated promtail which entered long term support in February
|
|
2025. End of life will occur on March 2, 2026.
|
|
|
|
See Grafana's documentation for details on migrating your promtail config
|
|
here: https://grafana.com/docs/alloy/latest/set-up/migrate/from-promtail/
|
|
|
|
Quickstart:
|
|
|
|
1. Convert your promtail config using:
|
|
alloy convert --source-format=promtail --output=<OUTPUT_CONFIG_PATH> <INPUT_CONFIG_PATH>
|
|
Note: alloy.rc is configured to read from /etc/alloy/config.alloy
|
|
2. Run a promtail config in alloy using the --config.format=promtail flag
|