Skip to content

Commit

Permalink
fix: prometheus collector
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jun 23, 2021
1 parent 47e66b9 commit fae1c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class UnifiedMetricsCollector(private val api: UnifiedMetrics) : Collector() {
}
} catch (exception: Exception) {
api.logger.severe("An error occurred whilst collecting metrics", exception)
emptyList()
}
emptyList()
}
}

0 comments on commit fae1c42

Please sign in to comment.