observability_generate_dashboards_from_cfg
Parse any OpenSIPS configuration text to automatically generate Grafana dashboards. Detects loaded modules and produces one dashboard JSON per panel category, simplifying monitoring setup.
Instructions
Synthesize Grafana dashboards from any OpenSIPS configuration text.
Parses loadmodule directives and emits one dashboard JSON per
triggered panel category. Works on hand-edited configs, the output of
cfg_generate, the output of cfg_build_from_flags — anything
that's syntactically a valid OpenSIPS cfg.
Parameters
config_content: Full OpenSIPS configuration text. deployment_name: Slug used in dashboard titles and filenames. extra_tags: Additional Grafana tags appended to every dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_content | Yes | ||
| deployment_name | No | opensips | |
| extra_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||