sqlserverutils

package
v0.0.0-...-8f1fef5 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package sqlserverutils contains utility data structures and functions for sql server metrics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Disks

type Disks struct {
	DeviceName string
	DiskType   string
	Mapping    string
}

Disks contains information about a device name and the disk type.

type GuestConfig

type GuestConfig struct {
	ServerName             string
	GuestUserName          string
	GuestSecretName        string
	GuestPortNumber        int32
	LinuxRemote            bool
	LinuxSSHPrivateKeyPath string
	ProjectID              string
}

GuestConfig .

type MetricDetails

type MetricDetails struct {
	Name   string
	Fields []map[string]string
}

MetricDetails represents collected details results.

type SQLConfig

type SQLConfig struct {
	Host       string
	Username   string
	SecretName string
	PortNumber int32
	ProjectID  string
}

SQLConfig .

Jump to

Keyboard shortcuts

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