Lamina.Dashboard.Remote (lamina_dashboard v0.2.1)

Uses the Erlang :rpc module to interact with potentially-remote Lamina servers.

Link to this section Summary

Functions

Retrieve all configuration values from a remote server.

List the configuration keys for a specific server on the remote node.

List the configured providers for server on node.

List the running configuration servers on the remote node.

Link to this section Functions

Link to this function

get_configs(node, server, params)

Specs

get_configs(node(), module(), map()) :: [map()]

Retrieve all configuration values from a remote server.

Link to this function

list_config_keys(node, server)

Specs

list_config_keys(node(), module()) :: [atom()]

List the configuration keys for a specific server on the remote node.

Link to this function

list_providers(node, server)

Specs

list_providers(node(), module()) :: [{module(), keyword()}]

List the configured providers for server on node.

Link to this function

list_servers(node)

Specs

list_servers(node()) :: [module()]

List the running configuration servers on the remote node.