Home
last modified time | relevance | path

Searched defs:AggregateSample (Results 1 – 25 of 114) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/armon/go-metrics/
H A Dinmem.go69 type AggregateSample struct { struct
70 Count int // The count of emitted pairs
72 Sum float64 // The sum of values
73 SumSq float64 // The sum of squared values
74 Min float64 // Minimum value
75 Max float64 // Maximum value
76 LastUpdated time.Time // When value was last updated
80 func (a *AggregateSample) Stddev() float64 {
90 func (a *AggregateSample) Mean() float64 {
98 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/armon/go-metrics/
H A Dinmem.go69 type AggregateSample struct { struct
70 Count int // The count of emitted pairs
72 Sum float64 // The sum of values
73 SumSq float64 // The sum of squared values
74 Min float64 // Minimum value
75 Max float64 // Maximum value
76 LastUpdated time.Time // When value was last updated
80 func (a *AggregateSample) Stddev() float64 {
90 func (a *AggregateSample) Mean() float64 {
98 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/armon/go-metrics/
H A Dinmem.go69 type AggregateSample struct { struct
70 Count int // The count of emitted pairs
72 Sum float64 // The sum of values
73 SumSq float64 // The sum of squared values
74 Min float64 // Minimum value
75 Max float64 // Maximum value
76 LastUpdated time.Time // When value was last updated
80 func (a *AggregateSample) Stddev() float64 {
90 func (a *AggregateSample) Mean() float64 {
98 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/armon/go-metrics/
H A Dinmem.go78 type AggregateSample struct { struct
79 Count int // The count of emitted pairs
81 Sum float64 // The sum of values
82 SumSq float64 `json:"-"` // The sum of squared values
83 Min float64 // Minimum value
84 Max float64 // Maximum value
85 LastUpdated time.Time `json:"-"` // When value was last updated
89 func (a *AggregateSample) Stddev() float64 {
99 func (a *AggregateSample) Mean() float64 {
107 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/armon/go-metrics/
H A Dinmem.go71 type AggregateSample struct { struct
72 Count int // The count of emitted pairs
74 Sum float64 // The sum of values
75 SumSq float64 `json:"-"` // The sum of squared values
76 Min float64 // Minimum value
77 Max float64 // Maximum value
78 LastUpdated time.Time `json:"-"` // When value was last updated
82 func (a *AggregateSample) Stddev() float64 {
92 func (a *AggregateSample) Mean() float64 {
100 func (a *AggregateSample) Ingest(v float64, rateDenom float64) {
[all …]

12345