Monitor usage ping on 13.6
We check the gitlab.com usage ping to see how new, and existing metrics perform. Identify issues and ping & resolve them.
Previous #251010 (closed)
Fix and check new usage counters which time out
The usage ping on 2020-09-08 for gitlab.com is shared in g_telemetry slack channel.
-
check Product analytics reviews pending -
"sast_pipeline": -1, "dependency_scanning_pipeline": -1, "container_scanning_pipeline": -1, "dast_pipeline": -1, "secret_detection_pipeline": -1, #250269 (closed)
New counters
-
merged_merge_requests_using_approval_rules@asubramanian1 -
g_project_management_issue_added_to_epicg_project_management_issue_removed_from_epicg_project_management_issue_changed_epicIssues to Epics@mdelaossa -
api_fuzzing_scans!43763 (merged)@mikeeddington -
api_fuzzing_scansOptimization issue #263306 (closed)@caneldem -
pg_system_idPostgreSQL system identifier in usage ping@stanhu -
projects_incident_sla_enabled!45092 (diffs)@seanarnold -
Added issue_editmetrics in Redis HLL@mdelaossa!45609 (merged)Metrics added
- name: g_project_management_issue_comment_added category: issues_edit redis_slot: project_management aggregation: daily - name: g_project_management_issue_comment_edited category: issues_edit redis_slot: project_management aggregation: daily - name: g_project_management_issue_comment_removed category: issues_edit redis_slot: project_management aggregation: daily
How to test
- In versions app console RawUsageData.find(uuid: '')
- on gprd rails console
Time.now
[Time.now, aapayload = Gitlab::UsageData.to_json(force_refresh: true), Time.now]
puts aapayload
## Post to versions app
aares = Gitlab::HTTP.post( 'https://version.gitlab.com/usage_data', body: aapayload, allow_local_requests: true, headers: { 'Content-type' => 'application/json' })
usage_data_id: 21635202
/bin/herokuish procfile exec rails console
puts UsageData.select(:recorded_at, :app_server_type).where(hostname: 'gitlab.com', uuid: 'ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f').order('id desc').limit(5).to_json
puts UsageData.find(21635202).raw_usage_data.payload.to_json
What to do if you get mentioned?
In this issue we keep the track of new metrics added to usage ping and metrics that are timing out.
If you get mentioned please check the failing metric and open an optimization issue.
@gitlab-org/growth/product_analytics