Skip to content
Snippets Groups Projects
Commit d2d64353 authored by Sean McGivern's avatar Sean McGivern
Browse files

Add hostname to usage ping

parent 3c546acf
No related branches found
No related tags found
No related merge requests found
---
title: Add hostname to usage ping
merge_request:
author:
Loading
Loading
@@ -52,6 +52,7 @@ module Gitlab
def license_usage_data
usage_data = {
uuid: current_application_settings.uuid,
hostname: Gitlab.config.gitlab.host,
version: Gitlab::VERSION,
active_user_count: User.active.count,
recorded_at: Time.now,
Loading
Loading
Loading
Loading
@@ -17,6 +17,7 @@ describe Gitlab::UsageData do
edition
version
uuid
hostname
))
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment