You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira Permission Auditor legal and support documents
End User Terms
Last updated: 2026-03-09
These End User Terms govern use of Jira Permission Auditor.
1. License Grant
Subject to an active Atlassian Marketplace license and these terms, you may use Jira Permission Auditor for your internal business purposes with supported Jira Cloud sites.
Google Summer of Code 2019 Summary (Ruby Language)
Ruby Bundler and gem metrics, statistics, and analytics
Goals and Achievements
Project Goal
To have Bundler report anonymous usage metrics over HTTP to rubygems.org when a heavy command is run (to avoid deteriorating the runtime), and to have a backend API endpoint in rubygems.org to instrument it.
Did we achieve the goal?
Basically, yes.
The actual implementation changed a little bit, and we decided to only instrument the low cardinality metrics using Datadog, as the free Datadog version limits value cardinality and wouldn't work with, for example, time related metrics.