-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
ANSTRAT-137 - Insights reports for Partners (metric collection)
-
-
We need an OpenShift CronJob (similarly as AAH-2679) for periodical export of data to console.redhat.com's Automation Analytics.
It will run django command "metrics-collection-automation-analytics --ship"
following settings have to be modified:
- GALAXY_METRICS_COLLECTION_AUTOMATION_ANALYTICS_ENABLED = True # is True by default now, it may be False by default
- GALAXY_METRICS_COLLECTION_C_RH_C_UPLOAD_URL="https://console.redhat.com/api/ingress/v1/upload" # OR stage
- GALAXY_METRICS_COLLECTION_REDHAT_USERNAME = ... # secret
- GALAXY_METRICS_COLLECTION_REDHAT_PASSWORD = ... # secret
CronJob period: once a day (I prefer 10am UTC)
- depends on
-
AA-1757 Galaxy sending data to Analytics
- Closed