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 has been archived by the owner on Dec 20, 2021. It is now read-only.
We've been using the trace exporter and it's been working great, thank you! We were wondering if there are plans to implement a metrics exporter too?
Our use case is for exporting runtime metrics such as the contents of MemStats. Currently we're attaching all those values to every span using WithDynamicField but that seems wrong.
Thanks
The text was updated successfully, but these errors were encountered:
WithDynamicField actually is exactly what we do at Honeycomb for observing those gauges. It's free since we charge by the event, not by the field.
In the long term, yeah, it would be neat to have a push dataset that receives counter/gauge values once per minute etc. -- so we'll put this on our requested feature backlog.
Hi,
We've been using the trace exporter and it's been working great, thank you! We were wondering if there are plans to implement a metrics exporter too?
Our use case is for exporting runtime metrics such as the contents of MemStats. Currently we're attaching all those values to every span using
WithDynamicField
but that seems wrong.Thanks
The text was updated successfully, but these errors were encountered: