Skip to main content

Remotetap Extension

Status Maintainers: @atoulme Source: opentelemetry-collector-contrib

Overview

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:<port> to make it available only locally, or ā€œ:<port>ā€ to make it available on all network interfaces.
Example:

extensions:
  remotetap:
The full list of settings exposed for this exporter are documented in config.go.
Last generated: 2026-04-13