report

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package report contains the logic for reporting the results of an experiment.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTMLReporter

type HTMLReporter struct {
	// Reporter enables access to all reporter data and methods
	*Reporter
}

HTMLReporter supports generation of HTML reports from experiments.

func (*HTMLReporter) Gen

func (ht *HTMLReporter) Gen(out io.Writer) error

Gen creates an HTML report for a given experiment

func (*HTMLReporter) HTMLHistCharts

func (r *HTMLReporter) HTMLHistCharts() string

HTMLHistCharts returns histogram charts section in HTML report

func (*HTMLReporter) MetricDescriptionHTML

func (r *HTMLReporter) MetricDescriptionHTML(metricName string) (string, error)

MetricDescriptionHTML is used to described metrics in the metrics and SLO section of the HTML report

func (*HTMLReporter) RenderStr

func (r *HTMLReporter) RenderStr(what string) (string, error)

RenderStr is a helper method for rendering strings Used in HTML template

func (*HTMLReporter) SortedVectorMetrics

func (r *HTMLReporter) SortedVectorMetrics() []string

SortedVectorMetrics extracts vector metric names from experiment in sorted order

func (*HTMLReporter) VectorMetricValue

func (r *HTMLReporter) VectorMetricValue(i int, m string) []float64

VectorMetricValue gets the value of the given vector metric for the given version If it is a histogram metric, then its values are sampled from the histogram Recall: VectorMetric can be a histogram metric or a sample metric.

type Reporter

type Reporter struct {
	// Experiment enables access to all experiment data and methods
	*base.Experiment
}

Reporter is a type that supports methods used for text and html reporting.

func (*Reporter) MetricWithUnits

func (r *Reporter) MetricWithUnits(metricName string) (string, error)

MetricWithUnits provides the string representation of metric name and with units

func (*Reporter) ScalarMetricValueStr

func (r *Reporter) ScalarMetricValueStr(j int, mn string) string

ScalarMetricValueStr extracts the metric value string for the given version and given scalar metric name

func (*Reporter) SortedScalarAndSLOMetrics

func (r *Reporter) SortedScalarAndSLOMetrics() []string

SortedScalarAndSLOMetrics extracts and sorts metric names from experiment. It looks for available metrics in the results, and also for metrics specified in SLOs.

type TextReporter

type TextReporter struct {
	// Reporter enables access to all reporter data and methods
	*Reporter
}

TextReporter supports generation of text reports from experiments.

func (*TextReporter) Gen

func (tr *TextReporter) Gen(out io.Writer) error

Gen creates a text report for a given experiment

func (*TextReporter) PrintMetricsText

func (r *TextReporter) PrintMetricsText() string

PrintMetricsText returns metrics in text report format

func (*TextReporter) PrintSLOsText

func (r *TextReporter) PrintSLOsText() string

PrintSLOsText returns SLOs in text report format

Jump to

Keyboard shortcuts

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