metrics property

List<GoogleCloudApigeeV1Metric>? metrics
getter/setter pair

In the final response, only one of the following fields will be present based on the dimensions provided.

If no dimensions are provided, then only the top-level metrics are provided. If dimensions are included, then there will be a top-level dimensions field under hostnames which will contain metrics values and the dimension name. Example: "hosts": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "example.com" } ] OR "hosts": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "example.com" } ] List of metric values.

Implementation

core.List<GoogleCloudApigeeV1Metric>? metrics;