文件名称:stackdriver-ruby:StackDriver 自定义指标的 ruby 客户端
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-25 19:29:15
Ruby
StackDriver Ruby 客户端 将自定义指标发送到ruby 客户端。 用法 require 'stackdriver' # One time setup api_key = "foo" StackDriver . init api_key # Send single metric value StackDriver . send_metric "test_metric" , 666 , Time . now . to_i # Send single metric value with instance id Stackdriver . send_metric "test_metric" , 666 , Time . now . to_i , "i-12345" # Send multiple metric values with instance_id Stackdriver
【文件预览】:
stackdriver-ruby-master
----HISTORY(366B)
----lib()
--------stackdriver.rb(2KB)
----CONTRIBS(24B)
----LICENSE(2KB)
----README.md(2KB)
----stackdriver.gemspec(469B)
----.gitignore(5B)