Adding sampling excluded and included types to host schema.
This commit is contained in:
Родитель
09d6e20e28
Коммит
614f362eba
|
@ -431,6 +431,16 @@
|
|||
"description": "The target rate that the adaptive algorithm aims for on each instance",
|
||||
"type": "integer",
|
||||
"default": 5
|
||||
},
|
||||
"excludedTypes": {
|
||||
"description": "A semi-colon delimited list of types that you do not want to be subject to sampling. Recognized types are: Dependency, Event, Exception, PageView, Request, Trace. All telemetry of the specified types is transmitted; the types that are not specified will be sampled.",
|
||||
"type": "string",
|
||||
"pattern": "^(?:[a-zA-Z]*)(?:;[a-zA-Z]+)*$"
|
||||
},
|
||||
"includedTypes": {
|
||||
"description": "A semi-colon delimited list of types that you do want to subject to sampling. Recognized types are: Dependency, Event, Exception, PageView, Request, Trace. The specified types will be sampled; all telemetry of the other types will always be transmitted.",
|
||||
"type": "string",
|
||||
"pattern": "^(?:[a-zA-Z]*)(?:;[a-zA-Z]+)*$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче