Documentation ¶ Index ¶ func IsPrivateIP(ipStr string) bool func ParseFullMethod(fullMethod string) (string, []attribute.KeyValue) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsPrivateIP ¶ added in v1.25.0 func IsPrivateIP(ipStr string) bool IsPrivateIP checks if the given IP is in defined privateBlocks func ParseFullMethod ¶ func ParseFullMethod(fullMethod string) (string, []attribute.KeyValue) ParseFullMethod returns a span name following the OpenTelemetry semantic conventions as well as all applicable span attribute.KeyValue attributes based on a gRPC's FullMethod. Types ¶ This section is empty. Source Files ¶ View all Source files parse.goprivate_ip_checker.go Click to show internal directories. Click to hide internal directories.