base

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package base defines base variables that will be used in lb package

Index

Constants

View Source
const CEEMSLoadBalancerAppName = "ceems_lb"

CEEMSLoadBalancerAppName is kingpin app name

Variables

View Source
var CEEMSLoadBalancerApp = *kingpin.New(
	CEEMSLoadBalancerAppName,
	"Prometheus load balancer to query from different instances.",
)

CEEMSLoadBalancerApp is kingpin CLI app

Functions

This section is empty.

Types

type Backend

type Backend struct {
	ID   string   `yaml:"id"`
	URLs []string `yaml:"tsdb_urls"`
}

Backend defines backend server

Jump to

Keyboard shortcuts

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