Documentation
¶
Index ¶
- Variables
- func AuthHeaders() map[string]string
- func ContainerIdToOtelServiceName(containerId string) string
- func IsIpExternal(ip netaddr.IP) bool
- func IsIpPrivate(ip netaddr.IP) bool
- func IsNotExist(err error) bool
- func NormalizeFQDN(fqdn string, requestType string) string
- func ParseKubernetesVolumeSource(source string) string
- func ReadIntFromFile(filePath string) (int64, error)
- func ReadUintFromFile(filePath string) (uint64, error)
- func SetKernelVersion(version string) error
- func TruncateUtf8(s string, maxLength int) string
- type DestinationKey
- func (dk DestinationKey) ActualDestination() HostPort
- func (dk DestinationKey) ActualDestinationIfKnown() HostPort
- func (dk DestinationKey) ActualDestinationLabelValue() string
- func (dk DestinationKey) Destination() HostPort
- func (dk DestinationKey) DestinationLabelValue() string
- func (dk DestinationKey) String() string
- type Domain
- type HostPort
- type Version
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConnectionFilter = connectionFilter{ // contains filtered or unexported fields } PortFilter *portFilter HttpFilter *httpFilter )
View Source
var ContainerFilter *containerFilter
Functions ¶
func AuthHeaders ¶
func IsIpExternal ¶
func IsIpPrivate ¶
func IsNotExist ¶
func NormalizeFQDN ¶
func ReadIntFromFile ¶
func ReadUintFromFile ¶
func SetKernelVersion ¶
func TruncateUtf8 ¶
Types ¶
type DestinationKey ¶
type DestinationKey struct {
// contains filtered or unexported fields
}
func NewDestinationKey ¶
func NewDestinationKey(dst, actualDst netaddr.IPPort, domain *Domain) DestinationKey
func (DestinationKey) ActualDestination ¶
func (dk DestinationKey) ActualDestination() HostPort
func (DestinationKey) ActualDestinationIfKnown ¶
func (dk DestinationKey) ActualDestinationIfKnown() HostPort
func (DestinationKey) ActualDestinationLabelValue ¶
func (dk DestinationKey) ActualDestinationLabelValue() string
func (DestinationKey) Destination ¶
func (dk DestinationKey) Destination() HostPort
func (DestinationKey) DestinationLabelValue ¶
func (dk DestinationKey) DestinationLabelValue() string
func (DestinationKey) String ¶
func (dk DestinationKey) String() string
type HostPort ¶
type HostPort struct {
// contains filtered or unexported fields
}
func HostPortFromIPPort ¶
func HostPortWithEmptyIP ¶
type Version ¶
type Version struct {
Major, Minor, Patch int
}
func GetKernelVersion ¶
func GetKernelVersion() Version
func NewVersion ¶
func VersionFromString ¶
func (Version) GreaterOrEqual ¶
Click to show internal directories.
Click to hide internal directories.