internal

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertContainsAttribute added in v0.5.0

func AssertContainsAttribute(t *testing.T, attr pdata.AttributeMap, key string)

func AssertDescriptorEqual

func AssertDescriptorEqual(t *testing.T, expected pdata.Metric, actual pdata.Metric)

func AssertDoubleSumMetricLabelExists added in v0.10.0

func AssertDoubleSumMetricLabelExists(t *testing.T, metric pdata.Metric, index int, labelName string)

func AssertDoubleSumMetricLabelHasValue added in v0.10.0

func AssertDoubleSumMetricLabelHasValue(t *testing.T, metric pdata.Metric, index int, labelName string, expectedVal string)

func AssertDoubleSumMetricStartTimeEquals added in v0.10.0

func AssertDoubleSumMetricStartTimeEquals(t *testing.T, metric pdata.Metric, startTime pdata.TimestampUnixNano)

func AssertIntGaugeMetricLabelHasValue added in v0.10.0

func AssertIntGaugeMetricLabelHasValue(t *testing.T, metric pdata.Metric, index int, labelName string, expectedVal string)

func AssertIntSumMetricLabelExists added in v0.10.0

func AssertIntSumMetricLabelExists(t *testing.T, metric pdata.Metric, index int, labelName string)

func AssertIntSumMetricLabelHasValue added in v0.10.0

func AssertIntSumMetricLabelHasValue(t *testing.T, metric pdata.Metric, index int, labelName string, expectedVal string)

func AssertIntSumMetricStartTimeEquals added in v0.10.0

func AssertIntSumMetricStartTimeEquals(t *testing.T, metric pdata.Metric, startTime pdata.TimestampUnixNano)

func AssertSameTimeStampForAllMetrics added in v0.8.0

func AssertSameTimeStampForAllMetrics(t *testing.T, metrics pdata.MetricSlice)

func AssertSameTimeStampForMetrics added in v0.8.0

func AssertSameTimeStampForMetrics(t *testing.T, metrics pdata.MetricSlice, startIdx, endIdx int)

func TimeToUnixNano added in v0.8.0

func TimeToUnixNano(t time.Time) pdata.TimestampUnixNano

Types

type BaseFactory added in v0.5.0

type BaseFactory interface {
	// CreateDefaultConfig creates the default configuration for the Scraper.
	CreateDefaultConfig() Config
}

BaseFactory for creating Scrapers.

type Config

type Config interface {
}

Config is the configuration of a scraper.

type ConfigSettings

type ConfigSettings struct {
}

ConfigSettings provides common settings for scraper configuration.

type ResourceScraperFactory added in v0.5.0

type ResourceScraperFactory interface {
	BaseFactory

	// CreateResourceMetricsScraper creates a resource scraper based on this
	// config. If the config is not valid, error will be returned instead.
	CreateResourceMetricsScraper(ctx context.Context, logger *zap.Logger, cfg Config) (scraperhelper.ResourceMetricsScraper, error)
}

ResourceScraperFactory can create a ResourceScraper.

type ScraperFactory added in v0.5.0

type ScraperFactory interface {
	BaseFactory

	// CreateMetricsScraper creates a scraper based on this config.
	// If the config is not valid, error will be returned instead.
	CreateMetricsScraper(ctx context.Context, logger *zap.Logger, cfg Config) (scraperhelper.MetricsScraper, error)
}

ScraperFactory can create a MetricScraper.

Directories

Path Synopsis
Package perfcounters is a thin wrapper around https://godoc.org/github.com/leoluk/perflib_exporter/perflib that provides functions to scrape raw performance counter data, without calculating rates or formatting them, from the registry.
Package perfcounters is a thin wrapper around https://godoc.org/github.com/leoluk/perflib_exporter/perflib that provides functions to scrape raw performance counter data, without calculating rates or formatting them, from the registry.
scraper

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL