GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats (google_api_apigee v0.35.0) View Source
This message type encapsulates the environment wrapper: "environments": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.52056245E8" ] } ], "name": "prod" } ]
Attributes
-
dimensions
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DimensionMetric.t)
, default:nil
) - This field contains the list of metrics grouped under dimensions. -
metrics
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metric.t)
, default:nil
) - 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 a top level metrics is provided. If dimensions are included, then there will be a top level dimensions field under environments which will contain metrics values and the dimension name. Example: "environments": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "prod" } ] OR "environments": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "prod" } ] This field contains the list of metric values. -
name
(type:String.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats{ dimensions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DimensionMetric.t()] | nil, metrics: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metric.t()] | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.