Sha256: 76d5b0c6c41125e86f63597b20d96f4de2f5801588e86cd8dd9c0515d6aaf325
Contents?: true
Size: 221 Bytes
Versions: 18
Compression:
Stored size: 221 Bytes
Contents
# Copyright (c) 2016 SolarWinds, LLC. # All rights reserved. require 'oboe' r = Oboe::UdpReporter.new('127.0.0.1') Oboe::Context.init() e = Oboe::Context.createEvent() e.addInfo("TestKey", "TestValue") r.sendReport(e)
Version data entries
18 entries across 18 versions & 2 rubygems