summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-238-134/+134
* Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-238-134/+134
* Fix another specDouwe Maan2017-02-231-1/+1
* Fix specsDouwe Maan2017-02-233-6/+6
* Enable Lint/UnifiedIntegerDouwe Maan2017-02-234-7/+7
* Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nilRémy Coutable2017-01-121-0/+11
* Use Grape's new Route methods25908-fix-grape-after-updateRémy Coutable2016-12-211-2/+2
* Adds response mime type to transaction metric action when it's not HTMLPaco Guzman2016-08-251-4/+17
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-174-2/+106
* Reduce instrumentation overheadYorick Peterse2016-07-283-22/+18
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-0/+103
* Use clock_gettime for all performance timestampsperformance-clock-adjustmentsYorick Peterse2016-06-281-2/+14
* Add Sidekiq queue duration to transaction metrics.Paco Guzman2016-06-231-1/+16
* Track method call times/counts as a single metricYorick Peterse2016-06-173-6/+111
* Filter out sensitive parameters of metrics dataPaco Guzman2016-06-171-0/+16
* Filter out classes without names in the samplerYorick Peterse2016-06-141-7/+18
* Merge branch '18449-instrument-grape-endpoints' into 'master' Yorick Peterse2016-06-141-0/+29
|\
| * Instrument Grape Endpoint with Metrics::RackMiddleware18449-instrument-grape-endpointsPaco Guzman2016-06-141-0/+29
* | Instrument private/protected methodsPaco Guzman2016-06-141-2/+54
* | Measure CPU time for instrumented methodsPaco Guzman2016-06-141-2/+2
|/
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-243-6/+6
* Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-151-5/+11
* Removed tracking of total method execution timestotal-method-timeYorick Peterse2016-05-121-6/+0
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+3
* Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-14/+37
* Added specs for Gitlab::Metrics::System.cpu_timeYorick Peterse2016-04-111-0/+6
* Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+71
* Correct arity for instrumented methods w/o argsinstrumentation-signatureYorick Peterse2016-01-251-0/+10
* Randomize metrics sample intervalsconfigure-randomize-metrics-sample-intervalYorick Peterse2016-01-131-1/+21
* Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse2016-01-121-8/+1
|\
| * Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-8/+1
* | Track memory allocated during a transactionYorick Peterse2016-01-121-4/+25
|/
* Tag all transaction metrics with an "action" tagYorick Peterse2016-01-113-13/+23
* Store request methods/URIs as valuesYorick Peterse2016-01-072-3/+14
* Removed UUIDs from metrics transactionsYorick Peterse2016-01-071-2/+2
* Revert "Store SQL/view timings in milliseconds"Yorick Peterse2016-01-072-3/+3
* Store SQL/view timings in millisecondsYorick Peterse2016-01-062-3/+3
* Fix Rubocop styling in AR subscriber specsmetrics-tuningYorick Peterse2016-01-041-1/+1
* Automatically prefix transaction series namesYorick Peterse2016-01-045-8/+8
* Use separate series for Rails/Sidekiq sample statsYorick Peterse2016-01-041-8/+30
* Track total method call times per transactionYorick Peterse2016-01-041-0/+6
* Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+38
* Ability to increment custom transaction valuesYorick Peterse2016-01-041-0/+12
* Removed tracking of hostnames for metricsYorick Peterse2015-12-311-2/+0
* Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-315-6/+5
* Removed tracking of raw SQL queriesYorick Peterse2015-12-312-125/+0
* Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-3/+0
* Write to InfluxDB directly via UDPYorick Peterse2015-12-293-10/+2
* Strip newlines from obfuscated SQLYorick Peterse2015-12-291-0/+6