File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,10 +154,8 @@ defmodule PromEx.Config do
154154 read/write access to a directory in order to download and copy the GrafanaAgent binary. This is the
155155 full path to that directory.
156156
157- * `:config_opts` - The configuration file that GrafanaAgent is started with. This option
158- can either accept an MFA that will return a string of the full path where the YAML configuration
159- file is, or a keyword list with options so that PromEx can generate a config file for you. If you
160- take the route where PromEx generates a config file for you, you must provide the following
157+ * `:config_opts` - The configuration file that GrafanaAgent is started with. This is a keyword list
158+ with options so that PromEx can generate a config file for you. You must provide the following
161159 options:
162160
163161 * `:metrics_server_path` - The path where the Prometheus metrics are exposed.
You can’t perform that action at this time.
0 commit comments