stefreceiver

package module
v0.156.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: Apache-2.0 Imports: 23 Imported by: 3

README

STEF Receiver

Receives data via gRPC in OTel/STEF format.

Status
Stability alpha: metrics
Distributions contrib
Issues Open issues Closed issues
Code coverage codecov
Code Owners @tigrannajaryan, @MovieStoreGuy, @dmitryax, @atoulme, @pjanotti, @crobert-1

For more about OTel/STEF, see STEF exporter docs.

Configuration

  • endpoint (default = localhost:4320 for grpc protocol): host:port on which the receiver is going to receive data. Refer to naming documentation for valid syntax for host part.
  • ack_interval (default: 10ms). The periodical interval of time when sending acknowledgements back to the client.

Example:

stef:
  endpoint: 0.0.0.0:4320

OTel/STEF is a compact and fast telemetry format.

STEF receiver supports the following advanced settings:

Documentation

Overview

Package stefreceiver

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() receiver.Factory

NewFactory creates a factory for the StatsD receiver.

Types

type Config

type Config struct {
	configgrpc.ServerConfig `mapstructure:",squash"`
	AckInterval             time.Duration `mapstructure:"ack_interval"`
	// contains filtered or unexported fields
}

Config defines configuration for STEF receiver.

func (*Config) Validate

func (*Config) Validate() error

Directories

Path Synopsis
metadata
Package metadata contains the autogenerated telemetry and build information for the receiver/stef component.
Package metadata contains the autogenerated telemetry and build information for the receiver/stef component.

Jump to

Keyboard shortcuts

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