heroku

package
v0.32.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultListenerConfig = ListenerConfig{
	ListenAddress: "0.0.0.0",
}

DefaultListenerConfig provides the default arguments for a heroku listener.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	HerokuListener       ListenerConfig      `river:"listener,block"`
	Labels               map[string]string   `river:"labels,attr,optional"`
	UseIncomingTimestamp bool                `river:"use_incoming_timestamp,attr,optional"`
	ForwardTo            []loki.LogsReceiver `river:"forward_to,attr"`
	RelabelRules         flow_relabel.Rules  `river:"relabel_rules,attr,optional"`
}

Arguments holds values which are used to configure the loki.source.heroku component.

func (*Arguments) Convert

func (args *Arguments) Convert() *ht.HerokuDrainTargetConfig

Convert is used to bridge between the River and Promtail types.

type Component

type Component struct {
	// contains filtered or unexported fields
}

Component implements the loki.source.heroku component.

func New

func New(o component.Options, args Arguments) (*Component, error)

New creates a new loki.source.heroku component.

func (*Component) DebugInfo

func (c *Component) DebugInfo() interface{}

DebugInfo returns information about the status of listener.

func (*Component) Run

func (c *Component) Run(ctx context.Context) error

Run implements component.Component.

func (*Component) Update

func (c *Component) Update(args component.Arguments) error

Update implements component.Component.

type ListenerConfig

type ListenerConfig struct {
	ListenAddress string `river:"address,attr,optional"`
	ListenPort    int    `river:"port,attr"`
}

ListenerConfig defines a heroku listener.

func (*ListenerConfig) UnmarshalRiver

func (lc *ListenerConfig) UnmarshalRiver(f func(interface{}) error) error

UnmarshalRiver implements river.Unmarshaler.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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