observability_schema

package
v0.1.1-0...-c1e7965 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional observability.schema.ElasticsearchField elasticsearch_field = 5001;
	E_ElasticsearchField = &file_observabilitySchema_proto_extTypes[0]
	// optional observability.schema.ElasticsearchFieldString elasticsearch_field_string = 5002;
	E_ElasticsearchFieldString = &file_observabilitySchema_proto_extTypes[1]
)

Extension fields to descriptor.FieldOptions.

View Source
var File_elasticsearch_proto protoreflect.FileDescriptor
View Source
var File_observabilitySchema_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ElasticsearchField

type ElasticsearchField struct {
	Type      string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` //all others type than keyword or text
	Store     bool   `protobuf:"varint,2,opt,name=store,proto3" json:"store,omitempty"`
	Index     bool   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	DocValues bool   `protobuf:"varint,4,opt,name=doc_values,json=docValues,proto3" json:"doc_values,omitempty"`
	// contains filtered or unexported fields
}

func (*ElasticsearchField) Descriptor deprecated

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

Deprecated: Use ElasticsearchField.ProtoReflect.Descriptor instead.

func (*ElasticsearchField) GetDocValues

func (x *ElasticsearchField) GetDocValues() bool

func (*ElasticsearchField) GetIndex

func (x *ElasticsearchField) GetIndex() bool

func (*ElasticsearchField) GetStore

func (x *ElasticsearchField) GetStore() bool

func (*ElasticsearchField) GetType

func (x *ElasticsearchField) GetType() string

func (*ElasticsearchField) ProtoMessage

func (*ElasticsearchField) ProtoMessage()

func (*ElasticsearchField) ProtoReflect

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

func (*ElasticsearchField) Reset

func (x *ElasticsearchField) Reset()

func (*ElasticsearchField) String

func (x *ElasticsearchField) String() string

type ElasticsearchFieldString

type ElasticsearchFieldString struct {
	Type      string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` //keyword or text
	Store     bool   `protobuf:"varint,2,opt,name=store,proto3" json:"store,omitempty"`
	Index     bool   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	DocValues bool   `protobuf:"varint,4,opt,name=doc_values,json=docValues,proto3" json:"doc_values,omitempty"`
	Norms     bool   `protobuf:"varint,5,opt,name=norms,proto3" json:"norms,omitempty"`
	// contains filtered or unexported fields
}

func (*ElasticsearchFieldString) Descriptor deprecated

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

Deprecated: Use ElasticsearchFieldString.ProtoReflect.Descriptor instead.

func (*ElasticsearchFieldString) GetDocValues

func (x *ElasticsearchFieldString) GetDocValues() bool

func (*ElasticsearchFieldString) GetIndex

func (x *ElasticsearchFieldString) GetIndex() bool

func (*ElasticsearchFieldString) GetNorms

func (x *ElasticsearchFieldString) GetNorms() bool

func (*ElasticsearchFieldString) GetStore

func (x *ElasticsearchFieldString) GetStore() bool

func (*ElasticsearchFieldString) GetType

func (x *ElasticsearchFieldString) GetType() string

func (*ElasticsearchFieldString) ProtoMessage

func (*ElasticsearchFieldString) ProtoMessage()

func (*ElasticsearchFieldString) ProtoReflect

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

func (*ElasticsearchFieldString) Reset

func (x *ElasticsearchFieldString) Reset()

func (*ElasticsearchFieldString) String

func (x *ElasticsearchFieldString) String() string

type ObservabilitySchema

type ObservabilitySchema struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Port   int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservabilitySchema) Descriptor deprecated

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

Deprecated: Use ObservabilitySchema.ProtoReflect.Descriptor instead.

func (*ObservabilitySchema) GetPort

func (x *ObservabilitySchema) GetPort() int32

func (*ObservabilitySchema) GetUserId

func (x *ObservabilitySchema) GetUserId() string

func (*ObservabilitySchema) ProtoMessage

func (*ObservabilitySchema) ProtoMessage()

func (*ObservabilitySchema) ProtoReflect

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

func (*ObservabilitySchema) Reset

func (x *ObservabilitySchema) Reset()

func (*ObservabilitySchema) String

func (x *ObservabilitySchema) String() string

Jump to

Keyboard shortcuts

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