Registry / observability / simple-graphite

simple-graphite

JSON →
library2.1.0rbrubygemsunverified

Provides simple methods for sending data to Graphite over TCP or UDP.

gem install simple-graphite
INSTALL
IMPORT
SIG · SIMPLE-GRAPHITE
S
simple-graphite
observabilityrubyv2.1.0
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.

SimpleGraphite
require 'simple-graphite'

Send a metric to Graphite

require 'simple-graphite' g = SimpleGraphite.new(host: 'localhost', port: 2003) g.push_to_graphite! do |graphite| graphite.puts 'test.metric 42 1234567890' end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
simple-graphite — gem install simple-graphite · libregistry