Skip to content

Commit

Permalink
Merge f7748f4 into 3d58fef
Browse files Browse the repository at this point in the history
  • Loading branch information
mex committed Jan 18, 2020
2 parents 3d58fef + f7748f4 commit 59a1257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/@connectedcars/logutil/index.d.ts
Expand Up @@ -6,7 +6,7 @@ export function error(...args: any[]): void
export function critical(...args: any[]): void

export class MetricRegistry {
public gauge(name: string, value: number, labels?: object): Promise<void>
cumulative(name: string, value: number, labels?: object): Promise<void>
public gauge(name: string, value: number, labels?: { [key: string]: string }): Promise<void>
cumulative(name: string, value: number, labels?: { [key: string]: string }): Promise<void>
logMetrics(): Promise<void>
}

0 comments on commit 59a1257

Please sign in to comment.