WebJobsEventTriggerMetrics Class
Definition
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.
Static class to set the metric headers for each event trigger.
public sealed class WebJobsEventTriggerMetrics
type WebJobsEventTriggerMetrics = class
Public NotInheritable Class WebJobsEventTriggerMetrics
- Inheritance
-
WebJobsEventTriggerMetrics
Fields
MetricsHeader |
Header key to add the metrics to. User-Agent is the standard header to add metrics to recommended by Azure sdk guidelines. |
ProductName |
The client library's product name |
Properties
Framework |
Framework of the event trigger. Example: .NET, JS, TS, PY |
Instance |
The singleton instance for event trigger metrics |
Platform |
Get the platform of the event trigger based on the OS. |
ProductVersion |
Product version of the event trigger. Example: 1.0.0-beta, 1.0.0, 2.0.0 |
Applies to
Azure SDK for .NET