type github.com/prometheus/common/expfmt.DecodeOptions
9 uses
github.com/prometheus/common/expfmt (current package)
decode.go#L35: type DecodeOptions struct {
decode.go#L150: Opts *DecodeOptions
decode.go#L170: func ExtractSamples(o *DecodeOptions, fams ...*dto.MetricFamily) (model.Vector, error) {
decode.go#L186: func extractSamples(f *dto.MetricFamily, o *DecodeOptions) (model.Vector, error) {
decode.go#L202: func extractCounter(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
decode.go#L233: func extractGauge(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
decode.go#L264: func extractUntyped(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
decode.go#L295: func extractSummary(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
decode.go#L352: func extractHistogram(o *DecodeOptions, f *dto.MetricFamily) model.Vector {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |