Skip to content

Sampling Override - Remove Blob Storage logs from all telemetryType(dependency, trace, exception) #4571

@hjunior

Description

@hjunior

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions