Show / Hide Table of Contents

Class CommonMetrics

Class containing common metrics

Inheritance
object
CommonMetrics
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public static class CommonMetrics

Methods

| Edit this page View Source

SetEndTime()

Set end time gauge to now in utc.

Declaration
public static void SetEndTime()
| Edit this page View Source

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

| Edit this page View Source

SetStartTime()

Set start time gauge to now in utc.

Declaration
public static void SetStartTime()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX