Replace GSON with Jackson ObjectMapper
Compare changes
- JustAnotherChristoph authored
@@ -68,7 +68,7 @@ class MetricFetcher(private val prometheusURL: String, private val offset: Durat
As #319 (closed) suggests, replaced the use of GSON with Jackson ObjectMapper.