azure_monitor

package
v0.0.0-...-c18b771 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MAX_RETRIES = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureMonitorConfig

type AzureMonitorConfig struct {
	Topic                  string `json:"topic"`
	DataCollectionEndpoint string `json:"data_collecton_endpoint"`
	ImmutableId            string `json:"immutable_id"`
	StreamName             string `json:"stream_name"`
}

func (*AzureMonitorConfig) Start

func (config *AzureMonitorConfig) Start(queue <-chan timestamped_message.TimestampedMessage)

type LogEntry

type LogEntry struct {
	TimeGenerated string
	Topic         string
	Message       string
}

func (*LogEntry) Serialize

func (msg *LogEntry) Serialize() []byte

Jump to

Keyboard shortcuts

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