summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nilRémy Coutable2017-01-121-4/+11
* Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-methodRémy Coutable2017-01-091-2/+6
* 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-2/+20
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-174-4/+34
* Reduce instrumentation overheadYorick Peterse2016-07-284-32/+20
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-2/+12
* Instrument cache fetch hit and cache fetch missesPaco Guzman2016-07-051-0/+12
* Use clock_gettime for all performance timestampsperformance-clock-adjustmentsYorick Peterse2016-06-284-19/+34
* Add Sidekiq queue duration to transaction metrics.Paco Guzman2016-06-231-0/+2
* Track method call times/counts as a single metricYorick Peterse2016-06-173-22/+84
* Filter out sensitive parameters of metrics dataPaco Guzman2016-06-171-1/+5
* Filter out classes without names in the samplerYorick Peterse2016-06-141-1/+5
* Merge branch '18449-instrument-grape-endpoints' into 'master' Yorick Peterse2016-06-141-1/+24
|\
| * Instrument Grape Endpoint with Metrics::RackMiddleware18449-instrument-grape-endpointsPaco Guzman2016-06-141-1/+24
* | Instrument private/protected methodsPaco Guzman2016-06-141-4/+6
* | Measure CPU time for instrumented methodsPaco Guzman2016-06-141-4/+7
|/
* Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-151-5/+7
* Removed tracking of total method execution timestotal-method-timeYorick Peterse2016-05-121-2/+0
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+1
* Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-10/+27
* Store block timings as transaction valuesYorick Peterse2016-04-111-0/+11
* Merge branch 'instrument-rails-cache' into 'master' Yorick Peterse2016-04-081-0/+39
|\
| * Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+39
* | Use more accurate timestamps for InfluxDB.metrics-timestamp-precisionYorick Peterse2016-04-081-1/+21
|/
* Correct arity for instrumented methods w/o argsinstrumentation-signatureYorick Peterse2016-01-251-3/+19
* Randomize metrics sample intervalsconfigure-randomize-metrics-sample-intervalYorick Peterse2016-01-131-3/+25
* Make the metrics sampler interval configurableYorick Peterse2016-01-131-1/+1
* Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse2016-01-121-9/+1
|\
| * Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-9/+1
* | Track memory allocated during a transactionYorick Peterse2016-01-121-3/+12
|/
* Tag all transaction metrics with an "action" tagYorick Peterse2016-01-113-12/+18
* Store request methods/URIs as valuesYorick Peterse2016-01-072-3/+7
* Removed UUIDs from metrics transactionsYorick Peterse2016-01-071-3/+1
* Revert "Store SQL/view timings in milliseconds"Yorick Peterse2016-01-072-11/+3
* Store SQL/view timings in millisecondsYorick Peterse2016-01-062-3/+11
* Automatically prefix transaction series namesYorick Peterse2016-01-043-12/+11
* Use separate series for Rails/Sidekiq sample statsYorick Peterse2016-01-041-5/+14
* Track total method call times per transactionYorick Peterse2016-01-041-0/+2
* Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+23
* Ability to increment custom transaction valuesYorick Peterse2016-01-041-2/+13
* Removed tracking of hostnames for metricsYorick Peterse2015-12-311-4/+2
* Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-314-8/+10
* Removed tracking of raw SQL queriesYorick Peterse2015-12-312-95/+0
* Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-5/+2
* Write to InfluxDB directly via UDPYorick Peterse2015-12-295-11/+4
* Strip newlines from obfuscated SQLYorick Peterse2015-12-291-1/+1
* Use String#delete for removing double quotesYorick Peterse2015-12-281-1/+1
* Track object counts using the "allocations" GemYorick Peterse2015-12-171-3/+22
* Support for instrumenting class hierarchiesYorick Peterse2015-12-171-0/+23