Class QueryExemplarsRequest
QueryExemplarsRequest holds all parameters of the Prometheus upstream API for querying exemplars.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class QueryExemplarsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
End
The end time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Declaration
[JsonProperty("end")]
public virtual string End { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
A PromQL query string. Query language documentation: https://prometheus.io/docs/prometheus/latest/querying/basics/.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |
Start
The start time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Declaration
[JsonProperty("start")]
public virtual string Start { get; set; }
Property Value
Type | Description |
---|---|
string |