feat(dashboards): Add config to filter implicit tags in list API (#36246)

This commit is contained in:
Antonio Rivero
2025-11-25 11:57:53 +01:00
committed by GitHub
parent 062e4a2922
commit c966dd4f9e
7 changed files with 344 additions and 33 deletions

View File

@@ -148,4 +148,8 @@ CUSTOM_TEMPLATE_PROCESSORS = {
}
PRESERVE_CONTEXT_ON_EXCEPTION = False
# Dashboard API: Return only custom tags (performance optimization)
DASHBOARD_LIST_CUSTOM_TAGS_ONLY = True
print("Loaded TEST config for INTEGRATION tests")