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
b3582c47
Commit
b3582c47
authored
Jun 05, 2020
by
Nick Nguyen
Committed by
Douglas Barbosa Alexandre
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add geo_primary_replication_events to usage data
parent
a62203ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
doc/development/telemetry/usage_ping.md
doc/development/telemetry/usage_ping.md
+2
-1
ee/changelogs/unreleased/nhxnguyen-geo-usage-ping-replication-events.yml
...nreleased/nhxnguyen-geo-usage-ping-replication-events.yml
+5
-0
ee/lib/ee/gitlab/usage_data.rb
ee/lib/ee/gitlab/usage_data.rb
+1
-0
ee/spec/lib/ee/gitlab/usage_data_spec.rb
ee/spec/lib/ee/gitlab/usage_data_spec.rb
+1
-0
No files found.
doc/development/telemetry/usage_ping.md
View file @
b3582c47
...
...
@@ -456,7 +456,8 @@ On GitLab.com, we have DangerBot setup to monitor Telemetry related files and Da
|
`dependency_list_usages_total`
|
`counts`
| | |
|
`epics`
|
`counts`
| | |
|
`feature_flags`
|
`counts`
| | |
|
`geo_nodes`
|
`counts`
| | |
|
`geo_nodes`
|
`counts`
|
`geo`
| Number of sites in a Geo deployment |
|
`geo_event_log_max_id`
|
`counts`
|
`geo`
| Number of replication events on a Geo primary |
|
`incident_issues`
|
`counts`
|
`monitor`
| Issues created by the alert bot |
|
`alert_bot_incident_issues`
|
`counts`
|
`monitor`
| Issues created by the alert bot |
|
`incident_labeled_issues`
|
`counts`
|
`monitor`
| Issues with the incident label |
...
...
ee/changelogs/unreleased/nhxnguyen-geo-usage-ping-replication-events.yml
0 → 100644
View file @
b3582c47
---
title
:
Add geo_primary_replication_events to usage data
merge_request
:
33424
author
:
type
:
other
ee/lib/ee/gitlab/usage_data.rb
View file @
b3582c47
...
...
@@ -164,6 +164,7 @@ module EE
epics:
count
(
::
Epic
),
feature_flags:
count
(
Operations
::
FeatureFlag
),
geo_nodes:
count
(
::
GeoNode
),
geo_event_log_max_id:
alt_usage_data
{
Geo
::
EventLog
.
maximum
(
:id
)
||
0
},
ldap_group_links:
count
(
::
LdapGroupLink
),
issues_with_health_status:
count
(
::
Issue
.
with_health_status
),
ldap_keys:
count
(
::
LDAPKey
),
...
...
ee/spec/lib/ee/gitlab/usage_data_spec.rb
View file @
b3582c47
...
...
@@ -91,6 +91,7 @@ RSpec.describe Gitlab::UsageData do
epics_deepest_relationship_level
feature_flags
geo_nodes
geo_event_log_max_id
issues_with_health_status
ldap_group_links
ldap_keys
...
...
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