server.web.config

Jobmon server web configuration package.

This package contains server-specific logging configurations that use shared templates from jobmon.core.config.templates.

Server configs:
  • logconfig_server.yaml: Server logging with structlog (OTLP disabled)

  • server_otlp_example.yaml: Example server OTLP configuration

These configurations are automatically selected by the server’s configure_logging() function based on the otlp.web_enabled setting.

Functions

get_jobmon_config(→ jobmon.core.configuration.JobmonConfig)

Get the jobmon config. If no config is provided, defaults are used.

Package Contents

server.web.config.get_jobmon_config(config: jobmon.core.configuration.JobmonConfig | None = None) jobmon.core.configuration.JobmonConfig[source]

Get the jobmon config. If no config is provided, defaults are used.

Parameters:

config – The jobmon config to use when creating the app.