Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a1f2e830
Commit
a1f2e830
authored
Aug 10, 2020
by
Sean Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add explicit start and finish arguments
parent
e3144b1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/229548-adjust-telemetry-code-for-incidents.yml
...unreleased/229548-adjust-telemetry-code-for-incidents.yml
+5
-0
lib/gitlab/usage_data.rb
lib/gitlab/usage_data.rb
+1
-1
No files found.
changelogs/unreleased/229548-adjust-telemetry-code-for-incidents.yml
0 → 100644
View file @
a1f2e830
---
title
:
Update incident_issues usage ping to use issue type column
merge_request
:
38864
author
:
type
:
changed
lib/gitlab/usage_data.rb
View file @
a1f2e830
...
@@ -121,7 +121,7 @@ module Gitlab
...
@@ -121,7 +121,7 @@ module Gitlab
issues_created_from_alerts:
total_alert_issues
,
issues_created_from_alerts:
total_alert_issues
,
issues_created_gitlab_alerts:
issues_created_manually_from_alerts
,
issues_created_gitlab_alerts:
issues_created_manually_from_alerts
,
issues_created_manually_from_alerts:
issues_created_manually_from_alerts
,
issues_created_manually_from_alerts:
issues_created_manually_from_alerts
,
incident_issues:
count
(
::
Issue
.
incident
),
incident_issues:
count
(
::
Issue
.
incident
,
start:
issue_minimum_id
,
finish:
issue_maximum_id
),
alert_bot_incident_issues:
alert_bot_incident_count
,
alert_bot_incident_issues:
alert_bot_incident_count
,
incident_labeled_issues:
count
(
::
Issue
.
with_label_attributes
(
::
IncidentManagement
::
CreateIncidentLabelService
::
LABEL_PROPERTIES
),
start:
issue_minimum_id
,
finish:
issue_maximum_id
),
incident_labeled_issues:
count
(
::
Issue
.
with_label_attributes
(
::
IncidentManagement
::
CreateIncidentLabelService
::
LABEL_PROPERTIES
),
start:
issue_minimum_id
,
finish:
issue_maximum_id
),
keys:
count
(
Key
),
keys:
count
(
Key
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment