apollo.metrics package¶
Module contents¶
Contains possible interactions with the Apollo Metrics
-
class
apollo.metrics.MetricsClient(webapolloinstance, **requestArgs)¶ Bases:
apollo.client.Client-
CLIENT_BASE= '/metrics/'¶
-
get_metrics()¶ Get all server metrics
Return type: dict Returns: A dictionary with all of the server timing / metrics
-