ignore

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NoiseMatch = iota
	NoisePrefix
	NoiseSuffix
	NoiseContains
	NoiseProxyHttp
)

Variables

View Source
var MaxProxyHttpLen int

直接走代理的 HTTP 请求中最长的路径长度

View Source
var Noise = map[string]bool{}

常规请求级别噪音

View Source
var NotMatchedNoise = map[string]NoiseMeta{}

not matched接口级噪音,目前仅用于go模块

View Source
var OutboundNoise = map[string]NoiseMeta{}

接口级别噪音

View Source
var ProxyHttp = map[string]NoiseMeta{}

对 agent 收到的 http 请求不进行匹配,直接走代理

View Source
var SeniorNoise = map[string]NoiseMeta{}

定制请求级别噪音

Functions

func Init

func Init()

Types

type NoiseMeta

type NoiseMeta struct {
	Typ   int    // type of noise
	Scope string // working scope for this noise
}

Jump to

Keyboard shortcuts

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