Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible_base/feature_flags/definitions/feature_flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
When enabled, Controller job data is collected and stored locally in the platform
database to power the dashboard_reports API and automation-reports UI.
support_url: ''
toggle_type: run-time
toggle_type: install-time
labels:
- metrics
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Addition of FEATURE_DASHBOARD_COLLECTION_ENABLED
###

# FileHash: 2f5c26fd5d1e8a3e93ee14f76b3dd7fcebff316ab07fc27b6d3e8f22c2740e01
# FileHash: 11f68664f09302bb83628f80405c111a9e58bf07527bd2d63adfc972226711c0

from django.db import migrations

Expand Down
Loading