Documentation ¶
Overview ¶
Package geoipprocessor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a new processor factory with default configuration, and registers the processors for metrics, traces, and logs.
Types ¶
type Config ¶
type Config struct { // Providers specifies the sources to extract geographical information about a given IP. Providers map[string]provider.Config `mapstructure:"-"` // Context section allows specifying the source type to look for the IP. Available options: resource or record. Context ContextID `mapstructure:"context"` }
Config holds the configuration for the GeoIP processor.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.