Skip to content

Latest commit

 

History

History

remotetapextension

Remote Tap Extension

Status
Stability development
Distributions []
Issues Open issues Closed issues
Code Owners @atoulme

This extension runs as a Web server that loads the remote observers that are registered against it.

It allows users of the collectors to visualize data going through pipelines.

The following settings are required:

  • endpoint (default = localhost:11000): The endpoint in which the web server will be listening to. Use localhost: to make it available only locally, or ":" to make it available on all network interfaces.

Example:

extensions:
  remotetap:

The full list of settings exposed for this exporter are documented here.