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
Instrument the http_endpoint input with metrics and expose them through the /inputs/ http route. In addition to metrics about the request/response we should include some data about the config that's useful for identification purposes like the bind_address, route, and whether TLS is required.
Describe a specific use case for the enhancement or feature:
This will be used for monitoring the behavior of the http_endpoint input.
Describe the enhancement:
Instrument the http_endpoint input with metrics and expose them through the
/inputs/
http route. In addition to metrics about the request/response we should include some data about the config that's useful for identification purposes like thebind_address
,route
, and whether TLS is required.Describe a specific use case for the enhancement or feature:
This will be used for monitoring the behavior of the http_endpoint input.
Related
The text was updated successfully, but these errors were encountered: