lens

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientRequest

type ClientRequest struct {
	Method      string
	Path        string
	RequestBody *MetricRequest
}

type LensClient

type LensClient interface {
	GetAppMetrics(metricRequest *MetricRequest) (resBody []byte, resCode *StatusCode, err error)
}

type LensClientImpl

type LensClientImpl struct {
	// contains filtered or unexported fields
}

func NewLensClientImpl

func NewLensClientImpl(config *LensConfig, logger *zap.SugaredLogger) (*LensClientImpl, error)

func (*LensClientImpl) GetAppMetrics

func (session *LensClientImpl) GetAppMetrics(metricRequest *MetricRequest) (resBody []byte, resCode *StatusCode, err error)

type LensConfig

type LensConfig struct {
	Url     string `env:"LENS_URL" envDefault:"http://lens-milandevtron-service:80"`
	Timeout int    `env:"LENS_TIMEOUT" envDefault:"0"` // in seconds
}

func GetLensConfig

func GetLensConfig() (*LensConfig, error)

type MetricRequest

type MetricRequest struct {
	AppId int    `json:"app_id"`
	EnvId int    `json:"env_id"`
	From  string `json:"from"`
	To    string `json:"to"`
}

type StatusCode

type StatusCode int

func (StatusCode) IsSuccess

func (code StatusCode) IsSuccess() bool

Jump to

Keyboard shortcuts

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