Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/sources/set-up/migrate/from-promtail.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ The following list is specific to the convert command and not {{< param "PRODUCT
Make sure that you use the new metric names, for example, in your alerts and dashboards queries.
* The logs produced by {{< param "PRODUCT_NAME" >}} differ from those produced by Promtail.
* {{< param "PRODUCT_NAME" >}} exposes the {{< param "PRODUCT_NAME" >}} [UI][], which differs from the Promtail Web UI.
* If you are converting a Promtail configuration for a Kubernetes daemonset, [modify the generated configuration][single-node-discovery] to ensure `discovery.kubernetes` only discovers Pods residing on the same node as the {{< param "PRODUCT_NAME" >}} Pod.

[Promtail]: https://www.grafana.com/docs/loki/latest/clients/promtail/
[debugging]: #debugging
Expand All @@ -192,3 +193,4 @@ The following list is specific to the convert command and not {{< param "PRODUCT
[DebuggingUI]: ../../../troubleshoot/debug/
[configuration]: ../../../get-started/configuration-syntax/
[UI]: ../../../troubleshoot/debug/#alloy-ui
[single-node-discovery]: ../../../reference/components/discovery/discovery.kubernetes/#limit-to-only-pods-on-the-same-node