Skip to content

Instantly share code, notes, and snippets.

View peter-bozovic's full-sized avatar

Peter Bozovic peter-bozovic

  • France
View GitHub Profile
@peter-bozovic
peter-bozovic / DefaultSqlFilter.cs
Last active December 20, 2022 19:50
Full SQL query commands in Application Insights with AspNetCore
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsights.DataContracts;
using Microsoft.ApplicationInsights.Extensibility;
namespace Gist {
/// <summary>
/// Telemetry Processor to filter built-in SQL dependency tracking
/// </summary>
public class DefaultSqlFilter : ITelemetryProcessor {