k6

package
v0.0.0-...-deba56b Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_v1_k6_labels_proto protoreflect.FileDescriptor
View Source
var File_v1_k6_request_metadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type HTTPLabels

type HTTPLabels struct {
	Url        string `protobuf:"bytes,1,opt,name=Url,proto3" json:"Url,omitempty"`
	Method     string `protobuf:"bytes,2,opt,name=Method,proto3" json:"Method,omitempty"`
	StatusCode int64  `protobuf:"varint,3,opt,name=StatusCode,proto3" json:"StatusCode,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPLabels) Descriptor deprecated

func (*HTTPLabels) Descriptor() ([]byte, []int)

Deprecated: Use HTTPLabels.ProtoReflect.Descriptor instead.

func (*HTTPLabels) GetMethod

func (x *HTTPLabels) GetMethod() string

func (*HTTPLabels) GetStatusCode

func (x *HTTPLabels) GetStatusCode() int64

func (*HTTPLabels) GetUrl

func (x *HTTPLabels) GetUrl() string

func (*HTTPLabels) ProtoMessage

func (*HTTPLabels) ProtoMessage()

func (*HTTPLabels) ProtoReflect

func (x *HTTPLabels) ProtoReflect() protoreflect.Message

func (*HTTPLabels) Reset

func (x *HTTPLabels) Reset()

func (*HTTPLabels) String

func (x *HTTPLabels) String() string

type RequestMetadata

type RequestMetadata struct {
	TraceID           string         `protobuf:"bytes,1,opt,name=TraceID,proto3" json:"TraceID,omitempty"`
	StartTimeUnixNano int64          `protobuf:"varint,2,opt,name=StartTimeUnixNano,proto3" json:"StartTimeUnixNano,omitempty"`
	EndTimeUnixNano   int64          `protobuf:"varint,3,opt,name=EndTimeUnixNano,proto3" json:"EndTimeUnixNano,omitempty"`
	TestRunLabels     *TestRunLabels `protobuf:"bytes,4,opt,name=TestRunLabels,proto3" json:"TestRunLabels,omitempty"`
	// Types that are assignable to ProtocolLabels:
	//
	//	*RequestMetadata_HTTPLabels
	ProtocolLabels isRequestMetadata_ProtocolLabels `protobuf_oneof:"ProtocolLabels"`
	// contains filtered or unexported fields
}

func (*RequestMetadata) Descriptor deprecated

func (*RequestMetadata) Descriptor() ([]byte, []int)

Deprecated: Use RequestMetadata.ProtoReflect.Descriptor instead.

func (*RequestMetadata) GetEndTimeUnixNano

func (x *RequestMetadata) GetEndTimeUnixNano() int64

func (*RequestMetadata) GetHTTPLabels

func (x *RequestMetadata) GetHTTPLabels() *HTTPLabels

func (*RequestMetadata) GetProtocolLabels

func (m *RequestMetadata) GetProtocolLabels() isRequestMetadata_ProtocolLabels

func (*RequestMetadata) GetStartTimeUnixNano

func (x *RequestMetadata) GetStartTimeUnixNano() int64

func (*RequestMetadata) GetTestRunLabels

func (x *RequestMetadata) GetTestRunLabels() *TestRunLabels

func (*RequestMetadata) GetTraceID

func (x *RequestMetadata) GetTraceID() string

func (*RequestMetadata) ProtoMessage

func (*RequestMetadata) ProtoMessage()

func (*RequestMetadata) ProtoReflect

func (x *RequestMetadata) ProtoReflect() protoreflect.Message

func (*RequestMetadata) Reset

func (x *RequestMetadata) Reset()

func (*RequestMetadata) String

func (x *RequestMetadata) String() string

type RequestMetadata_HTTPLabels

type RequestMetadata_HTTPLabels struct {
	HTTPLabels *HTTPLabels `protobuf:"bytes,5,opt,name=HTTPLabels,proto3,oneof"`
}

type TestRunLabels

type TestRunLabels struct {
	ID       int64  `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Scenario string `protobuf:"bytes,2,opt,name=Scenario,proto3" json:"Scenario,omitempty"`
	Group    string `protobuf:"bytes,3,opt,name=Group,proto3" json:"Group,omitempty"`
	// contains filtered or unexported fields
}

func (*TestRunLabels) Descriptor deprecated

func (*TestRunLabels) Descriptor() ([]byte, []int)

Deprecated: Use TestRunLabels.ProtoReflect.Descriptor instead.

func (*TestRunLabels) GetGroup

func (x *TestRunLabels) GetGroup() string

func (*TestRunLabels) GetID

func (x *TestRunLabels) GetID() int64

func (*TestRunLabels) GetScenario

func (x *TestRunLabels) GetScenario() string

func (*TestRunLabels) ProtoMessage

func (*TestRunLabels) ProtoMessage()

func (*TestRunLabels) ProtoReflect

func (x *TestRunLabels) ProtoReflect() protoreflect.Message

func (*TestRunLabels) Reset

func (x *TestRunLabels) Reset()

func (*TestRunLabels) String

func (x *TestRunLabels) String() string

Jump to

Keyboard shortcuts

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