remotetapextension

package module
v0.100.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 9 Imported by: 2

README

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.

Documentation

Overview

Package remotetapextension implements an extension that exposes the golang remoteobserver processor websockets through a Web interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() extension.Factory

Types

type Config

type Config struct {
	confighttp.ServerConfig `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL