Registry / observability / metriks

metriks

JSON →
library0.9.9rbrubygemsunverified

An experimental metrics client for collecting and reporting application metrics.

gem install metriks
INSTALL
IMPORT
SIG · METRIKS
M
metriks
observabilityrubyv0.9.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Metriks
require 'metriks'

Track request rates and report to Graphite.

require 'metriks' # Track a counter counter = Metriks.meter('requests') counter.mark # Report metrics to a backend Metriks::Reporter::Graphite.new('localhost', 2003).start
Debug
Known issues
breakingMetriks is experimental and may have breaking changes between minor versions.
fix
Pin to a specific version and test upgrades carefully.
affects: < 1.0.0
Upgrade
Version history
0.9.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
metriks — gem install metriks · libregistry