Enum PrometheusResponseStatus
Specifies response status from Prometheus HTTP API.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum PrometheusResponseStatus
Fields
| Name | Description |
|---|---|
| Error | Indicates that there was an error processing the request. |
| Success | Indicates that the request was processed successfully. |