Categorygithub.com/jasonhancock/go-graphite
modulepackage
0.0.2
Repository: https://github.com/jasonhancock/go-graphite.git
Documentation: pkg.go.dev

# README

go-graphite

GoDoc Go Report Card Build Status

# Functions

NewClient initializes a client.

# Structs

AbsoluteTime represents and absolute moment in time.
Client talks to the Graphite HTTP API.
DataPoint represents a single point of data.
RelativeTime is a relative time format.
RenderRequest represents a request to the graphite server to retrieve one or more time series.
RenderResponse is the response from the graphite server.
Series represents one time series worth of data.

# Interfaces

Doer is an abstraction around an http client.
Time is an interface for defining time periods.