get_all_metric_definition_ids
Important
Some or all of this functionality is available as part of a preview release. The content and the functionality are subject to change.
get_all_metric_definition_ids(label_filters: dict = None) -> list
Parameters:
- label_filters (dict, optional): Dictionary of label filters. Defaults to None.
Description:
Gets list of metric IDs with optional label filters.
Returns:
list
: List of metric IDs.
Example usage:
metrics_manager = MetricsManager()
metric_ids = metrics_manager.get_all_metric_definition_ids(label_filters={"Reporting standard": "CSRD"})