signalfx / signalfx-go

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

Fix pointer types and more #34

Closed cory-signalfx closed 5 years ago

cory-signalfx commented 5 years ago

Summary

Clean up some dashbooard and dashboard group types

Motivation

In looking into dashboard group creation I found some missing pointers types. Also learned from past mistakes and am using StringOrSlice preemptively.