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
ElasticSearch can expose metrics in a JSON based endpoint. It might be useful to gather metrics from this type of endpoint.
Not sure exactly if supporting this type of endpoint should be a high priority, or is even something we want do do, but this can be used as a reminder that we have this feature being requested.
The other option is for the logging guys to expose a prometheus endpoint instead, which HOSA can already directly read from.
The text was updated successfully, but these errors were encountered:
FWIW: HOSA supports a generic "json" endpoint type (main use case was to support GoLang apps exposing metrics via expvar - you can see this in action via the go-expvar example) but if its a plain JSON document at the HTTP[s] endpoint, HOSA can read it and extract (as best it can) the metrics it finds.
ElasticSearch can expose metrics in a JSON based endpoint. It might be useful to gather metrics from this type of endpoint.
Not sure exactly if supporting this type of endpoint should be a high priority, or is even something we want do do, but this can be used as a reminder that we have this feature being requested.
The other option is for the logging guys to expose a prometheus endpoint instead, which HOSA can already directly read from.
The text was updated successfully, but these errors were encountered: