Prometheus is a prometheus metric to be emitted
| Name | Type | Description | Notes |
|---|---|---|---|
| counter | V1alpha1Counter | [optional] | |
| gauge | V1alpha1Gauge | [optional] | |
| help | str | Help is a string that describes the metric | |
| histogram | V1alpha1Histogram | [optional] | |
| labels | list[V1alpha1MetricLabel] | Labels is a list of metric labels | [optional] |
| name | str | Name is the name of the metric | |
| when | str | When is a conditional statement that decides when to emit the metric | [optional] |