signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 51 forks source link

Add create update metric #128

Closed jherbage-splunk closed 3 years ago

jherbage-splunk commented 3 years ago

This call exists in the API since you can see it being used here in the py lib https://github.com/signalfx/signalfx-python/blob/master/signalfx/rest.py#L179

Note that I applied this on top of PR 127 since we also needed its updates for what we are working on.