Class CommonMetrics
Class containing common metrics
Inherited Members
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public static class CommonMetrics
Methods
| Edit this page View SourceSetEndTime()
Set end time gauge to now in utc.
Declaration
public static void SetEndTime()
SetInfo(string, string)
Set metrics with information about extractor name and version
Declaration
public static void SetInfo(string name, string version)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the extractor |
string | version | Version of the extractor |
SetStartTime()
Set start time gauge to now in utc.
Declaration
public static void SetStartTime()