Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-25Adds response mime type to transaction metric action when it's not HTMLPaco Guzman
2016-08-17Tracking of custom eventsYorick Peterse
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-07-05RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman
2016-06-28Use clock_gettime for all performance timestampsYorick Peterse
2016-06-23Add Sidekiq queue duration to transaction metrics.Paco Guzman
2016-06-17Track method call times/counts as a single metricYorick Peterse
2016-06-17Filter out sensitive parameters of metrics dataPaco Guzman
2016-06-14Filter out classes without names in the samplerYorick Peterse
2016-06-14Merge branch '18449-instrument-grape-endpoints' into 'master' Yorick Peterse
2016-06-14Instrument private/protected methodsPaco Guzman
2016-06-14Instrument Grape Endpoint with Metrics::RackMiddlewarePaco Guzman
2016-06-14Measure CPU time for instrumented methodsPaco Guzman
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-15Add cache count metrics to rails cachePablo Carranza
2016-05-12Removed tracking of total method execution timesYorick Peterse
2016-04-18Count the number of SQL queries per transactionYorick Peterse
2016-04-18Use Module#prepend for method instrumentationYorick Peterse
2016-04-11Added specs for Gitlab::Metrics::System.cpu_timeYorick Peterse
2016-04-08Instrument Rails cache codeYorick Peterse
2016-01-25Correct arity for instrumented methods w/o argsYorick Peterse
2016-01-13Randomize metrics sample intervalsYorick Peterse
2016-01-12Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2016-01-12Track memory allocated during a transactionYorick Peterse
2016-01-11Tag all transaction metrics with an "action" tagYorick Peterse
2016-01-07Store request methods/URIs as valuesYorick Peterse
2016-01-07Removed UUIDs from metrics transactionsYorick Peterse
2016-01-07Revert "Store SQL/view timings in milliseconds"Yorick Peterse
2016-01-06Store SQL/view timings in millisecondsYorick Peterse
2016-01-04Fix Rubocop styling in AR subscriber specsYorick Peterse
2016-01-04Automatically prefix transaction series namesYorick Peterse
2016-01-04Use separate series for Rails/Sidekiq sample statsYorick Peterse
2016-01-04Track total method call times per transactionYorick Peterse
2016-01-04Track total query/view timings in transactionsYorick Peterse
2016-01-04Ability to increment custom transaction valuesYorick Peterse
2015-12-31Removed tracking of hostnames for metricsYorick Peterse
2015-12-31Use separate series for Rails/Sidekiq transactionsYorick Peterse
2015-12-31Removed tracking of raw SQL queriesYorick Peterse
2015-12-31Removed various default metrics tagsYorick Peterse
2015-12-29Write to InfluxDB directly via UDPYorick Peterse
2015-12-29Strip newlines from obfuscated SQLYorick Peterse
2015-12-17Track object counts using the "allocations" GemYorick Peterse
2015-12-17Support for instrumenting class hierarchiesYorick Peterse
2015-12-17Only track method calls above a certain thresholdYorick Peterse
2015-12-17Allow filtering of what methods to instrumentYorick Peterse
2015-12-17Track location information as tagsYorick Peterse
2015-12-17Replace double quotes when obfuscating SQLYorick Peterse
2015-12-17Track object count types as tagsYorick Peterse
2015-12-17Only instrument methods defined directlyYorick Peterse