Convert and broadcast events to standardized data
A .NET Message Broker Middleware for handling, converting and delegating events
Gaucho exposes some Metrics using the Meter Object.
- ProcessedEvents
- QueueSize
- ThreadCount
The Metrics are provided for each Pipeline that is configured.
The Metrics can be captured when adding the Meter named "Gaucho" or from the constant Gaucho.Server.Monitoring.TelemetryProvider.MeterName
services.AddOpenTelemetry()
.WithMetrics(mb => mb
.AddMeter(TelemetryProvider.MeterName)
.AddConsoleExporter());
Visit https://wickedflame.github.io/Gaucho/ for the full documentation.
CustomTool: RazorGenerator
- Go to Extensions -> Manage Extensions
- Search for RazorGenerator
- Click the Download button
- Restart Visual Studio to start the installation