mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[config,metrics] Move metrics configuration section under respective NF section
Without this change, using metrics with core setup configurations (configs/vonr.yaml for example) would not be possible. Having one metrics section for whole config file causes every NF to start metrics server on same port causing an abort.
This commit is contained in:
parent
721f5e212c
commit
2d4fbf92eb
20 changed files with 130 additions and 56 deletions
|
|
@ -50,7 +50,7 @@ ogs_metrics_context_t *ogs_metrics_self(void)
|
|||
return &self;
|
||||
}
|
||||
|
||||
int ogs_metrics_context_parse_config(void)
|
||||
int ogs_metrics_context_parse_config(const char *local)
|
||||
{
|
||||
return OGS_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue