Skip to content

Commit

Permalink
Merge branch 'main' into linuxConcurrencyWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Jul 2, 2024
2 parents d8f8fa2 + 31d22dc commit 201bf1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum PrometheusExporterExtensions {
static let prometheusHistogramBucketPostFix = "_bucket"
static let prometheusHistogramLeLabelName = "le"

static func writeMetricsCollection(exporter: PrometheusExporter) -> String {
public static func writeMetricsCollection(exporter: PrometheusExporter) -> String {
var output = ""
let metrics = exporter.getAndClearMetrics()
let now = String(Int64((Date().timeIntervalSince1970 * 1000.0).rounded()))
Expand Down

0 comments on commit 201bf1c

Please sign in to comment.