GetStats returns the stats of the request.
()
| 108 | LogToSpan(opentracing.Span) |
| 109 | // GetStats returns the stats of the request. |
| 110 | GetStats() string |
| 111 | // WithStats clones the current `PrometheusRequest` with a new stats. |
| 112 | WithStats(stats string) Request |
| 113 | } |
no outgoing calls