Skip to content

Commit

Permalink
fix confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trevj committed Jan 17, 2019
1 parent d7a94ba commit 288f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadowbox/server/shared_metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface UsageMetricsWriter {
writeBytesTransferred(accessKeyId: AccessKeyId, numBytes: number, countries: string[]);
}

// Writes usage metrics to Prometheus.
// Reads data usage metrics from Prometheus.
export class PrometheusUsageMetrics implements UsageMetrics {
private resetTimeMs: number = Date.now();

Expand Down

0 comments on commit 288f45c

Please sign in to comment.