metrics

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package metrics implements an HTTP service that exposes A/B/n SDK metrics

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(stopCh <-chan struct{}) error

Start starts the HTTP server

Types

type GrafanaHistogram

type GrafanaHistogram []GrafanaHistogramBucket

GrafanaHistogram represents the histogram in the Grafana Iter8 dashboard

type GrafanaHistogramBucket

type GrafanaHistogramBucket struct {
	// Version is the version of the application
	Version string

	// Bucket is the bucket of the histogram
	// For example: 8-12
	Bucket string

	// Value is the number of points in this bucket
	Value float64
}

GrafanaHistogramBucket represents a bucket in the histogram in the Grafana Iter8 dashboard

type MetricSummary

type MetricSummary struct {
	HistogramsOverTransactions *GrafanaHistogram
	HistogramsOverUsers        *GrafanaHistogram
	SummaryOverTransactions    []*VersionSummarizedMetric
	SummaryOverUsers           []*VersionSummarizedMetric
}

MetricSummary is result for a metric

type VersionSummarizedMetric

type VersionSummarizedMetric struct {
	Version int
	storage.SummarizedMetric
}

VersionSummarizedMetric adds version to summary data

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳