dataquery

package
v1.0.981 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2025 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrometheusQuery

type PrometheusQuery struct {
	connection.PrometheusConnection `json:",inline" yaml:",inline"`

	// Query is the PromQL query string
	Query string `json:"query" yaml:"query"`
}

+kubebuilder:object:generate=true PrometheusQuery defines a Prometheus query configuration

func (*PrometheusQuery) DeepCopy

func (in *PrometheusQuery) DeepCopy() *PrometheusQuery

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusQuery.

func (*PrometheusQuery) DeepCopyInto

func (in *PrometheusQuery) DeepCopyInto(out *PrometheusQuery)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Query

type Query struct {
	// Prometheus queries metrics from Prometheus
	Prometheus *PrometheusQuery `json:"prometheus,omitempty" yaml:"prometheus,omitempty"`
}

+kubebuilder:object:generate=true

func (*Query) DeepCopy

func (in *Query) DeepCopy() *Query

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Query.

func (*Query) DeepCopyInto

func (in *Query) DeepCopyInto(out *Query)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Query) IsEmpty

func (v *Query) IsEmpty() bool

type QueryResultRow

type QueryResultRow map[string]any

func ExecuteQuery

func ExecuteQuery(ctx context.Context, q Query) ([]QueryResultRow, error)

ExecuteQuery executes a single query and returns results with query name

Jump to

Keyboard shortcuts

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