test metrics config
This commit is contained in:
parent
7c5d388915
commit
f7556d0e12
1 changed files with 15 additions and 0 deletions
|
|
@ -31,6 +31,21 @@ data:
|
|||
static_dir: "/static-files/",
|
||||
show_scrobbles: false
|
||||
|
||||
config :pleroma, Pleroma.PromEx,
|
||||
disabled: false,
|
||||
manual_metrics_start_delay: :no_delay,
|
||||
drop_metrics_groups: [],
|
||||
metrics_server: [
|
||||
port: 4021,
|
||||
path: "/metrics",
|
||||
protocol: :http,
|
||||
pool_size: 5,
|
||||
cowboy_opts: [],
|
||||
auth_strategy: :none
|
||||
],
|
||||
datasource: "Prometheus"
|
||||
|
||||
|
||||
|
||||
# config :pleroma, :http, proxy_url: {:socks5h, System.get_env("SOCKS_ADDRESS"), System.get_env("SOCKS_PORT")}
|
||||
config :pleroma, :http,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue