You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
that means they create a new sender by invoking wavefront.NewSender, which I think looks better than senders.NewSender
I think we could consider moving the exported members from senders, histogram, and event into a wavefront directory/package, and move most of their unexported members into internal.
This would be a big change, but I do think it would make the API of the SDK easier to learn and so I'd like to consider changing this before v1
I think this sdk should have a single public package, and that package should be named
wavefront.I've noticed that telegraf imports only the
senderspackage from this repo, and aliases it towavefrontthat means they create a new sender by invoking
wavefront.NewSender, which I think looks better thansenders.NewSenderI think we could consider moving the exported members from
senders,histogram, andeventinto awavefrontdirectory/package, and move most of their unexported members intointernal.This would be a big change, but I do think it would make the API of the SDK easier to learn and so I'd like to consider changing this before
v1