devops

package module
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

README

go-devops

Go Report Card Go Reference PkgGoDev

This is the Go Devops tool library is used to encapsulate common tool methods

Common

Some commonly used method encapsulation, such as http, ssh

Logging & Monitoring

Encapsulated commonly used log monitoring queries for use in log monitoring tools.

Prometheus

The prometheus directory includes the push metrics and range query methods of Prometheus.

The examples prometheus directory contains simple examples of instrumented code.

Grafana

The open-source directory includes some querying methods of Open-source Grafana.

The aliyun directory includes some querying methods of Aliyun Grafana.

Dynatrace

disabled

The dynatrace directory contains commonly used query methods for Dynatrace.

CI & CD

  • Gitlab
  • Jenkins

Database

  • MongoDB
  • Mysql
  • Redis

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Devops added in v1.0.1

type Devops struct{}

Devops implements Tools.

func (Devops) AliGrafana added in v1.0.1

func (d Devops) AliGrafana() grafana.MetricsInterface

AliGrafana implement grafana.AliGrafana.

func (Devops) Grafana added in v1.0.1

func (d Devops) Grafana() grafana.MetricsInterface

Grafana implement grafana.Grafana.

func (Devops) Prometheus added in v1.0.1

func (d Devops) Prometheus() prometheus.MetricsInterface

Prometheus implements prometheus.Prometheus.

type Tools added in v1.0.1

type Tools interface {
	Prometheus() prometheus.MetricsInterface
	AliGrafana() grafana.MetricsInterface
	Grafana() grafana.MetricsInterface
}

Tools implements all devops tools.

func NewDevops added in v1.0.1

func NewDevops() Tools

NewDevops implements devops method.

Directories

Path Synopsis
Package grafana implements grafana client
Package grafana implements grafana client
Package prometheus implements prometheus client
Package prometheus implements prometheus client

Jump to

Keyboard shortcuts

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