Skip to content

Commit f870e56

Browse files
Add docs note about converting promtail daemonset configs (#4464)
* Add docs note about converting promtail daemonset configs * Update docs/sources/set-up/migrate/from-promtail.md --------- Co-authored-by: Clayton Cornell <[email protected]>
1 parent cd05f67 commit f870e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sources/set-up/migrate/from-promtail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ The following list is specific to the convert command and not {{< param "PRODUCT
179179
Make sure that you use the new metric names, for example, in your alerts and dashboards queries.
180180
* The logs produced by {{< param "PRODUCT_NAME" >}} differ from those produced by Promtail.
181181
* {{< param "PRODUCT_NAME" >}} exposes the {{< param "PRODUCT_NAME" >}} [UI][], which differs from the Promtail Web UI.
182+
* 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.
182183

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

0 commit comments

Comments
 (0)