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
An Expvar Receiver scrapes metrics from expvar, which exposes data in JSON format from an HTTP endpoint. The metrics are extracted from the expvar variable memstats, which exposes various information about the Go runtime.
Example configuration for the component
In the past we've used the signalfx-agent's expvar monitor, and I feel like this receiver could expose similar configurations.
We can also take inspiration from the hostmetricsreceiver which provides a set of default metrics, while allowing metrics to be included/excluded.
The purpose and use-cases of the new component
An Expvar Receiver scrapes metrics from expvar, which exposes data in JSON format from an HTTP endpoint. The metrics are extracted from the
expvar
variable memstats, which exposes various information about the Go runtime.Example configuration for the component
In the past we've used the
signalfx-agent
's expvar monitor, and I feel like this receiver could expose similar configurations.We can also take inspiration from the hostmetricsreceiver which provides a set of default metrics, while allowing metrics to be included/excluded.
An example config could look like:
Telemetry data types supported
Metrics only.
Sponsor (Optional)
Looking for a sponsor 😃
Open to any suggestions and advice!
The text was updated successfully, but these errors were encountered: