Is your feature request related to a problem? Please describe.
I would like to be able to use Sampling Override to filter out logs generated to AppInsight related to Blob Storage in all telemetryType (dependency, trace, exception)
Describe the solution you would like
{
"sampling": {
"percentage": 100,
"overrides": [
{
"telemetryType": "dependency",
"attributes": [
{ "key": "XXXXX", "value": "YYYYYY" } => ref to blob storage with error 409
],
"percentage": 0
},
{
"telemetryType": "trace",
"attributes": [
{ "key": "AAAAA", "value": "BBBBB" } => ref to blob storage with error 409
],
"percentage": 0
}
]
}
}
Describe alternatives you have considered
n/a
Additional context
I'm currently using version 3.7.2 of Agent, Linux Environment, Azure Functions, Java21 and Gradle.