Found 16 packages
Microsoft Application Insights Profiler for ASP.NET Core.
Core Library for Microsoft Application Insights Profiler.
MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC. Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).
(New Service) Amazon CodeGuru Profiler analyzes application CPU utilization and latency characteristics to show you where you are spending the most cycles in your application. This analysis is presented in an interactive flame graph that helps you easily understand which paths consume the most resources, verify that your application is performing as expected, and uncover areas that can be optimized further.
Contains ASP.NET and .NET Framework only features used in ServiceStack: - MiniProfiler - SmartThreadPool, AppSelfHostBase
This package will enable you to profile Telerik DataAccess runtime by installing Telerik.OpenAccess.ServiceHost.dll as reference to your project. After configuring logging levels and online profiling you can use Telerik.OpenAccess.Profiler.exe to track various metrics of your data layer.
RemoteStorage for StackExchange's MiniProfiler. Sends Profiling and timing information asynchronously to the remote backend service. See https://bitbucket.org/migajek/miniprofilingtoolkit for backend & analysis tool
Unofficial package which enables AWS service calls to be included in MiniProfiler traces.
MiniProfiler integration for Entity Framework 6 adjusted for ServiceStack
An MIT-licensed library that provides interfaces for ambient services, services that are universal and optional, simplifying code that uses these services by not requiring dependency injection. Consumers can override or suppress any service both globally or within a single call context. Basic services include logging, settings, cache, clock/timing, and progress tracking. Advanced services include statistics, bottleneck detection, and service profiler.
The Batman framework is designed to simplify application development and tries to put the focus back on your application. This is the default setup package for the MVC platform. This package sets up the following items: smtp email, bootstrapper (SimpleInjector), auto bundling of JS and CSS (using YUI), LESS support, logging (NLog), profiling (MiniProfiler), default file systems, serialization (ServiceStack.Text), and Glimpse plugin.
Reusable utility and class library for WPF .NET Framework 4.8 - Featuring: AsyncRelayCommand<T>, ObservablePropertyChangedCollection, ViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector, InverExtension MarkupExtension, EnumExtension MarkupExtension, EventAggregator, MVVM DialogService and more.
Reusable utility and class library for WPF .NET Core >= 3.0 - Featuring: AsyncRelayCommand<T>, ObservablePropertyChangedCollection, ViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector, InverExtension MarkupExtension, EnumExtension MarkupExtension, EventAggregator, MVVM DialogService, Attached Behaviors and more.
appsettings.json-- "openTelemetry": { "IsTracing": true, "TraceFilter": "index.html;swagger.json;metrics;openapi", "TraceOracle": false, "TraceRedis": false, "TracingExporter": "otlp", "ServiceName": "TestApp", "OtlpTracingEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/traces", "OtlpTracingEndpointUser": "", "OtlpTracingEndpointKey": "", "IsMetrics": true, "AdditionalMetrs": "", "MetricsExporter": "otlp", "OtlpMetricsEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/metrics", "OtlpMetricsEndpointUser": "", "OtlpMetricsEndpointKey": "", "OtlpLogEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/logs", "OtlpLogEndpointUser": "", "OtlpLogEndpointKey": "", "Profiler": { "IsActive": true, "AddSpanId": false, "SetCPUTracking": false, "SetAllocationTracking":false, "SetContentionTracking": false, "SetExceptionTracking": false, "SetInstanceNameTag": false } }