Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Agent should be stopped before the Alloy agent can be started #1880

Merged
merged 3 commits into from
Oct 21, 2024
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
3 changes: 3 additions & 0 deletions docs/sources/set-up/migrate/from-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ This conversion allows you to take full advantage of the many additional feature

* _`<INPUT_CONFIG_PATH>`_: The full path to the configuration file for Grafana Agent Static.
* _`<OUTPUT_CONFIG_PATH>`_: The full path to output the {{< param "PRODUCT_NAME" >}} configuration.

1. [Stop][] Grafana Agent static.

1. [Run][run alloy] {{< param "PRODUCT_NAME" >}} using the new {{< param "PRODUCT_NAME" >}} configuration from _`<OUTPUT_CONFIG_PATH>`_:

Expand Down Expand Up @@ -387,3 +389,4 @@ The following list is specific to the convert command and not {{< param "PRODUCT
[otelcol.receiver.otlp]: ../../../reference/components/otelcol/otelcol.receiver.otlp/
[otelcol.processor.batch]: ../../../reference/components/otelcol/otelcol.processor.batch/
[otelcol.exporter.otlp]:../../../reference/components/otelcol/otelcol.exporter.otlp/
[Stop]: https://grafana.com/docs/agent/latest/static/set-up/start-agent
Loading