Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricsResult

The result of a fetch metrics operation, initiated by a MetricsRequest.

since

6.10

Hierarchy

  • MetricsResult

Index

Methods

getMetrics

  • Returns the metrics for a server.

    Parameters

    • serverName: string

      the name of the server

    Returns MetricSampleCollection[]

    the metrics for the server

getServerNames

  • getServerNames(): Set<string>
  • Returns a list of server names for which the result has metrics. The names may be used with {@link #getMetrics(String)}.

    Returns Set<string>

    a set of server names