metrics abstract method

Future metrics({
  1. Map<String, String>? globalLabels,
  2. required MetricsFormat format,
})

Returns the metrics for the engine.

Implementation

Future<dynamic> metrics(
    {Map<String, String>? globalLabels, required MetricsFormat format});