HistogramAttribute<T> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information to guide the production of a strongly typed histogram metric factory method and associated type.
generic <typename T>
where T : value classpublic ref class HistogramAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class HistogramAttribute<T> : Attribute where T : struct
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")>]
type HistogramAttribute<'T (requires 'T : struct)> = class
inherit Attribute
Public NotInheritable Class HistogramAttribute(Of T)
Inherits Attribute
- T
The type of value the histogram will hold, which is limited to Byte, Int16, Int32, Int64, Single, Double, or Decimal.
- Inheritance
- Attributes
static partial class Metric
{
[Histogram<int>("RequestName", "RequestStatusCode")]
static partial RequestLatency CreateRequestLatency(Meter meter);
}
This attribute is applied to a method that has the following constraints:
- Must be a partial method.
- Must return
metricName
as the type. A class with that name will be generated. - Must not be generic.
- Must have
System.Diagnostics.Metrics.Meter
as first parameter. - Must have all the keys provided in
staticTags
as string type parameters.
Histogram |
Initializes a new instance of the HistogramAttribute<T> class. |
Histogram |
Initializes a new instance of the HistogramAttribute<T> class. |
Name |
Gets or sets the name of the metric. |
Tag |
Gets the metric's tag names. |
Type |
Gets the type that supplies metric tag values. |
Продукт | Версії |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: