metrics

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TLSConnection

type TLSConnection struct {
	Id              uint32 `json:"id"`
	StreamId        uint32 `json:"streamId"`
	Src             string `json:"src"`
	SrcName         string `json:"srcName"`
	SrcNamespace    string `json:"srcNamespace"`
	Dst             string `json:"dst"`
	DstName         string `json:"dstName"`
	DstPort         string `json:"dstPort"`
	Domain          string `json:"domain"`
	UsedTLSVersion  string `json:"usedTLSVersion"`
	UsedCipherSuite string `json:"usedCipherSuite"`
}

type TLSDetails added in v1.1.0

type TLSDetails struct {
	Id                 uint32   `json:"id"`
	StreamId           uint32   `json:"streamId"`
	Domain             string   `json:"domain"`
	ClientTLSVersions  []string `json:"clientTLSVersions"`
	ClientCipherSuites []string `json:"clientCipherSuites"`
	UsedTLSVersion     string   `json:"usedTLSVersion"`
	UsedCipherSuite    string   `json:"usedCipherSuite"`
	ServerChain        string   `json:"serverChain"`
}

Jump to

Keyboard shortcuts

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