Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
331 views
in Technique[技术] by (71.8m points)

Specific Application Insights ingestion sampling

I have a question about Application Insights ingestion sampling. I want to apply sampling to only the "Dependency" event type. Is there a way to specify the sampling on a single event type.

question from:https://stackoverflow.com/questions/65910875/specific-application-insights-ingestion-sampling

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

For ingestion sampling, it does not support sampling on a single event type. It only apply to all events.

You can consider using the other 2 sampling like adaptive sampling or fixed sampling via your code.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...