Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PerfCryptoOperation is perf metric PerfCryptoOperation = metrics.Describe{ Type: metrics.TypeSample, Name: "perf_crypto", Help: "perf_crypto provides the sample metrics of crypto operations", RequiredTags: []string{"provider", "action"}, } // PerfCAOperation is perf metric PerfCAOperation = metrics.Describe{ Type: metrics.TypeSample, Name: "perf_ca", Help: "perf_ca provides the sample metrics of crypto operations", RequiredTags: []string{"issuer", "action"}, } // PerfCASignRequest is perf metric PerfCASignRequest = metrics.Describe{ Type: metrics.TypeSample, Name: "perf_ca_signreq", Help: "perf_ca_signreq provides the sample metrics of crypto operations", RequiredTags: []string{"issuer", "profile"}, } )
Perf
View Source
var Metrics = []*metrics.Describe{ &PerfCryptoOperation, &PerfCAOperation, &PerfCASignRequest, }
Metrics returns slice of metrics from this repo
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.