28 packages tagged with “EventFlow”
Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library.
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.Tracing.EventSource infrastructure.
Provides an output implementation that sends diagnostics data to standard output stream (useful for debugging purposes).
Provides utility classes for processing data from Event Tracing for Windows (ETW) providers.
Provides types that simplify the use of EventFlow library by Microsoft Service Fabric services.
Provides an input implementation for capturing diagnostics data sourced through Microsoft.Extensions.Logging.ILogger
Provides an output implementation that sends diagnostics data to Microsoft Application Insights service.
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.Trace infrastructure.
Provides utility classes for parsing Microsoft.Diagnostics.EventFlow configuration files.
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.DiagnosticSource.
Provides an output implementation that sends diagnostics data to Elasticsearch.
Provides an output implementation that sends diagnostics data to Azure Event Hubs.
Provides an input implementation for capturing diagnostics data created via Serilog library.
Provides an output implementation that sends diagnostics data to Microsoft Operations Management Suite.
Provides an output implementation that sends diagnostics data to webserver using HTTP.
Provides an input implementation for capturing diagnostics data from Event Tracing for Windows (ETW) providers.
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.ActivitySource.
Provides an implementation of Application Insights telemetry processor that feeds Application Insights telemetry into EventFlow pipeline. This allows sending diagnostics data from applications instrumented with Application Insights to destinations other than Application Insights service.
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.Inputs.Log4net infrastructure.
Provides an input implementation for capturing data from Windows performance counters.
Provides an input implementation for capturing diagnostics data sourced through NLog library.
Provides an output implementation that sends diagnostics data Azure Monitor Logs Service.
A custom output for Microsoft.Diagnostics.EventFlow to insert events into Google BigQuery
A custom health reporter for Microsoft.Diagnostics.EventFlow to write to the console window
Implementation of a Custom Output for Microsoft.Diagnostics.EventFlow to write log events to a Sql Server table
EventFlow is a .NET library designed to simplify the implementation of event sourcing and CQRS (Command Query Responsibility Segregation) patterns. It provides a clean and efficient way to handle events, snapshots, and state reconstruction in applications that require high performance and scalability.
Adapter of StreamStore's storage backends to use as EventFlow event store.