carbonapipb

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2019 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package carbonapipb is a generated protocol buffer package.

It is generated from these files:

carbonapi.proto

It has these top-level messages:

AccessLogDetails

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCarbonapi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCarbonapi   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type AccessLogDetails

type AccessLogDetails struct {
	Handler                       string   `protobuf:"bytes,1,opt,name=handler,proto3" json:"handler,omitempty"`
	CarbonapiUuid                 string   `protobuf:"bytes,2,opt,name=carbonapi_uuid,json=carbonapiUuid,proto3" json:"carbonapi_uuid,omitempty"`
	Username                      string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Url                           string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	PeerIp                        string   `protobuf:"bytes,5,opt,name=peer_ip,json=peerIp,proto3" json:"peer_ip,omitempty"`
	PeerPort                      string   `protobuf:"bytes,6,opt,name=peer_port,json=peerPort,proto3" json:"peer_port,omitempty"`
	Host                          string   `protobuf:"bytes,7,opt,name=host,proto3" json:"host,omitempty"`
	Referer                       string   `protobuf:"bytes,8,opt,name=referer,proto3" json:"referer,omitempty"`
	Format                        string   `protobuf:"bytes,9,opt,name=format,proto3" json:"format,omitempty"`
	UseCache                      bool     `protobuf:"varint,10,opt,name=use_cache,json=useCache,proto3" json:"use_cache,omitempty"`
	Targets                       []string `protobuf:"bytes,11,rep,name=targets" json:"targets,omitempty"`
	CacheTimeout                  int32    `protobuf:"varint,12,opt,name=cache_timeout,json=cacheTimeout,proto3" json:"cache_timeout,omitempty"`
	Metrics                       []string `protobuf:"bytes,13,rep,name=metrics" json:"metrics,omitempty"`
	HaveNonFatalErrors            bool     `protobuf:"varint,14,opt,name=have_non_fatal_errors,json=haveNonFatalErrors,proto3" json:"have_non_fatal_errors,omitempty"`
	Runtime                       float64  `protobuf:"fixed64,15,opt,name=runtime,proto3" json:"runtime,omitempty"`
	HttpCode                      int32    `protobuf:"varint,16,opt,name=http_code,json=httpCode,proto3" json:"http_code,omitempty"`
	CarbonzipperResponseSizeBytes int64    `` /* 154-byte string literal not displayed */
	CarbonapiResponseSizeBytes    int64    `` /* 145-byte string literal not displayed */
	Reason                        string   `protobuf:"bytes,19,opt,name=reason,proto3" json:"reason,omitempty"`
	SendGlobs                     bool     `protobuf:"varint,20,opt,name=send_globs,json=sendGlobs,proto3" json:"send_globs,omitempty"`
	From                          int32    `protobuf:"varint,21,opt,name=from,proto3" json:"from,omitempty"`
	Until                         int32    `protobuf:"varint,22,opt,name=until,proto3" json:"until,omitempty"`
	Tz                            string   `protobuf:"bytes,23,opt,name=tz,proto3" json:"tz,omitempty"`
	FromRaw                       string   `protobuf:"bytes,24,opt,name=from_raw,json=fromRaw,proto3" json:"from_raw,omitempty"`
	UntilRaw                      string   `protobuf:"bytes,25,opt,name=until_raw,json=untilRaw,proto3" json:"until_raw,omitempty"`
	Uri                           string   `protobuf:"bytes,26,opt,name=uri,proto3" json:"uri,omitempty"`
	FromCache                     bool     `protobuf:"varint,27,opt,name=from_cache,json=fromCache,proto3" json:"from_cache,omitempty"`
	ZipperRequests                int64    `protobuf:"varint,28,opt,name=zipper_requests,json=zipperRequests,proto3" json:"zipper_requests,omitempty"`
}

func (*AccessLogDetails) Descriptor added in v0.9.0

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

func (*AccessLogDetails) GetCacheTimeout added in v0.9.0

func (m *AccessLogDetails) GetCacheTimeout() int32

func (*AccessLogDetails) GetCarbonapiResponseSizeBytes added in v0.9.0

func (m *AccessLogDetails) GetCarbonapiResponseSizeBytes() int64

func (*AccessLogDetails) GetCarbonapiUuid added in v0.9.0

func (m *AccessLogDetails) GetCarbonapiUuid() string

func (*AccessLogDetails) GetCarbonzipperResponseSizeBytes added in v0.9.0

func (m *AccessLogDetails) GetCarbonzipperResponseSizeBytes() int64

func (*AccessLogDetails) GetFormat added in v0.9.0

func (m *AccessLogDetails) GetFormat() string

func (*AccessLogDetails) GetFrom added in v0.9.0

func (m *AccessLogDetails) GetFrom() int32

func (*AccessLogDetails) GetFromCache added in v0.9.0

func (m *AccessLogDetails) GetFromCache() bool

func (*AccessLogDetails) GetFromRaw added in v0.9.0

func (m *AccessLogDetails) GetFromRaw() string

func (*AccessLogDetails) GetHandler added in v0.9.0

func (m *AccessLogDetails) GetHandler() string

func (*AccessLogDetails) GetHaveNonFatalErrors added in v0.9.0

func (m *AccessLogDetails) GetHaveNonFatalErrors() bool

func (*AccessLogDetails) GetHost added in v0.9.0

func (m *AccessLogDetails) GetHost() string

func (*AccessLogDetails) GetHttpCode added in v0.9.0

func (m *AccessLogDetails) GetHttpCode() int32

func (*AccessLogDetails) GetMetrics added in v0.9.0

func (m *AccessLogDetails) GetMetrics() []string

func (*AccessLogDetails) GetPeerIp added in v0.9.0

func (m *AccessLogDetails) GetPeerIp() string

func (*AccessLogDetails) GetPeerPort added in v0.9.0

func (m *AccessLogDetails) GetPeerPort() string

func (*AccessLogDetails) GetReason added in v0.9.0

func (m *AccessLogDetails) GetReason() string

func (*AccessLogDetails) GetReferer added in v0.9.0

func (m *AccessLogDetails) GetReferer() string

func (*AccessLogDetails) GetRuntime added in v0.9.0

func (m *AccessLogDetails) GetRuntime() float64

func (*AccessLogDetails) GetSendGlobs added in v0.9.0

func (m *AccessLogDetails) GetSendGlobs() bool

func (*AccessLogDetails) GetTargets added in v0.9.0

func (m *AccessLogDetails) GetTargets() []string

func (*AccessLogDetails) GetTz added in v0.9.0

func (m *AccessLogDetails) GetTz() string

func (*AccessLogDetails) GetUntil added in v0.9.0

func (m *AccessLogDetails) GetUntil() int32

func (*AccessLogDetails) GetUntilRaw added in v0.9.0

func (m *AccessLogDetails) GetUntilRaw() string

func (*AccessLogDetails) GetUri added in v0.9.0

func (m *AccessLogDetails) GetUri() string

func (*AccessLogDetails) GetUrl added in v0.9.0

func (m *AccessLogDetails) GetUrl() string

func (*AccessLogDetails) GetUseCache added in v0.9.0

func (m *AccessLogDetails) GetUseCache() bool

func (*AccessLogDetails) GetUsername added in v0.9.0

func (m *AccessLogDetails) GetUsername() string

func (*AccessLogDetails) GetZipperRequests added in v0.9.1

func (m *AccessLogDetails) GetZipperRequests() int64

func (*AccessLogDetails) Marshal added in v0.9.1

func (m *AccessLogDetails) Marshal() (dAtA []byte, err error)

func (*AccessLogDetails) MarshalTo added in v0.9.1

func (m *AccessLogDetails) MarshalTo(dAtA []byte) (int, error)

func (*AccessLogDetails) ProtoMessage added in v0.9.0

func (*AccessLogDetails) ProtoMessage()

func (*AccessLogDetails) Reset added in v0.9.0

func (m *AccessLogDetails) Reset()

func (*AccessLogDetails) Size added in v0.9.1

func (m *AccessLogDetails) Size() (n int)

func (*AccessLogDetails) String added in v0.9.0

func (m *AccessLogDetails) String() string

func (*AccessLogDetails) Unmarshal added in v0.9.1

func (m *AccessLogDetails) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

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