Summary
Logging Builder
Implements the
ConventionBuilder<TBuilder, TConvention, TDelegate>
Implements the IAppMetricsBuilder
Implements the IAppMetricsConvention
Implements the IAppMetricsConventionContext
- Assembly
- Rocket
.Surgery .Extensions .App .Metrics .dll - Namespace
- Rocket
.Surgery .Extensions .App .Metrics - Interfaces
- Base Types
Syntax
public class AppMetricsBuilder :
ConventionBuilder<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>,
IAppMetricsBuilder,
IConventionBuilder<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>,
IConventionContainer<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>,
IAppMetricsConventionContext, IConventionContext
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
AppMetricsBuilder |
Initializes a new instance of the AppMetricsBuilder class.
|
Properties
Name | Value | Summary |
---|---|---|
Configuration | IConfiguration |
Gets the configuration.
|
Environment | IRocketEnvironment |
The environment that this convention is running
Based on IHostEnvironment / IHostingEnvironment
|
HealthBuilder | IHealthBuilder |
Gets the health builder.
|
Logger | ILogger |
A logger that is configured to work with each convention item
|
MetricsBuilder | IMetricsBuilder |
Gets the metrics builder.
|
Methods
Name | Value | Summary |
---|---|---|
Build |
ValueTuple |
Builds this instance.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|