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 ¶
- Variables
- type AccessLogDetails
- func (*AccessLogDetails) Descriptor() ([]byte, []int)
- func (m *AccessLogDetails) GetCacheTimeout() int32
- func (m *AccessLogDetails) GetCarbonapiResponseSizeBytes() int64
- func (m *AccessLogDetails) GetCarbonapiUuid() string
- func (m *AccessLogDetails) GetCarbonzipperResponseSizeBytes() int64
- func (m *AccessLogDetails) GetFormat() string
- func (m *AccessLogDetails) GetFrom() int32
- func (m *AccessLogDetails) GetFromCache() bool
- func (m *AccessLogDetails) GetFromRaw() string
- func (m *AccessLogDetails) GetHandler() string
- func (m *AccessLogDetails) GetHaveNonFatalErrors() bool
- func (m *AccessLogDetails) GetHost() string
- func (m *AccessLogDetails) GetHttpCode() int32
- func (m *AccessLogDetails) GetMetrics() []string
- func (m *AccessLogDetails) GetPeerIp() string
- func (m *AccessLogDetails) GetPeerPort() string
- func (m *AccessLogDetails) GetReason() string
- func (m *AccessLogDetails) GetReferer() string
- func (m *AccessLogDetails) GetRuntime() float64
- func (m *AccessLogDetails) GetSendGlobs() bool
- func (m *AccessLogDetails) GetTargets() []string
- func (m *AccessLogDetails) GetTz() string
- func (m *AccessLogDetails) GetUntil() int32
- func (m *AccessLogDetails) GetUntilRaw() string
- func (m *AccessLogDetails) GetUri() string
- func (m *AccessLogDetails) GetUrl() string
- func (m *AccessLogDetails) GetUseCache() bool
- func (m *AccessLogDetails) GetUsername() string
- func (m *AccessLogDetails) GetZipperRequests() int64
- func (m *AccessLogDetails) Marshal() (dAtA []byte, err error)
- func (m *AccessLogDetails) MarshalTo(dAtA []byte) (int, error)
- func (*AccessLogDetails) ProtoMessage()
- func (m *AccessLogDetails) Reset()
- func (m *AccessLogDetails) Size() (n int)
- func (m *AccessLogDetails) String() string
- func (m *AccessLogDetails) Unmarshal(dAtA []byte) error
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 ¶
func (*AccessLogDetails) Descriptor() ([]byte, []int)
func (*AccessLogDetails) GetCacheTimeout ¶
func (m *AccessLogDetails) GetCacheTimeout() int32
func (*AccessLogDetails) GetCarbonapiResponseSizeBytes ¶
func (m *AccessLogDetails) GetCarbonapiResponseSizeBytes() int64
func (*AccessLogDetails) GetCarbonapiUuid ¶
func (m *AccessLogDetails) GetCarbonapiUuid() string
func (*AccessLogDetails) GetCarbonzipperResponseSizeBytes ¶
func (m *AccessLogDetails) GetCarbonzipperResponseSizeBytes() int64
func (*AccessLogDetails) GetFormat ¶
func (m *AccessLogDetails) GetFormat() string
func (*AccessLogDetails) GetFrom ¶
func (m *AccessLogDetails) GetFrom() int32
func (*AccessLogDetails) GetFromCache ¶
func (m *AccessLogDetails) GetFromCache() bool
func (*AccessLogDetails) GetFromRaw ¶
func (m *AccessLogDetails) GetFromRaw() string
func (*AccessLogDetails) GetHandler ¶
func (m *AccessLogDetails) GetHandler() string
func (*AccessLogDetails) GetHaveNonFatalErrors ¶
func (m *AccessLogDetails) GetHaveNonFatalErrors() bool
func (*AccessLogDetails) GetHost ¶
func (m *AccessLogDetails) GetHost() string
func (*AccessLogDetails) GetHttpCode ¶
func (m *AccessLogDetails) GetHttpCode() int32
func (*AccessLogDetails) GetMetrics ¶
func (m *AccessLogDetails) GetMetrics() []string
func (*AccessLogDetails) GetPeerIp ¶
func (m *AccessLogDetails) GetPeerIp() string
func (*AccessLogDetails) GetPeerPort ¶
func (m *AccessLogDetails) GetPeerPort() string
func (*AccessLogDetails) GetReason ¶
func (m *AccessLogDetails) GetReason() string
func (*AccessLogDetails) GetReferer ¶
func (m *AccessLogDetails) GetReferer() string
func (*AccessLogDetails) GetRuntime ¶
func (m *AccessLogDetails) GetRuntime() float64
func (*AccessLogDetails) GetSendGlobs ¶
func (m *AccessLogDetails) GetSendGlobs() bool
func (*AccessLogDetails) GetTargets ¶
func (m *AccessLogDetails) GetTargets() []string
func (*AccessLogDetails) GetTz ¶
func (m *AccessLogDetails) GetTz() string
func (*AccessLogDetails) GetUntil ¶
func (m *AccessLogDetails) GetUntil() int32
func (*AccessLogDetails) GetUntilRaw ¶
func (m *AccessLogDetails) GetUntilRaw() string
func (*AccessLogDetails) GetUri ¶
func (m *AccessLogDetails) GetUri() string
func (*AccessLogDetails) GetUrl ¶
func (m *AccessLogDetails) GetUrl() string
func (*AccessLogDetails) GetUseCache ¶
func (m *AccessLogDetails) GetUseCache() bool
func (*AccessLogDetails) GetUsername ¶
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 ¶
func (*AccessLogDetails) ProtoMessage()
func (*AccessLogDetails) Reset ¶
func (m *AccessLogDetails) Reset()
func (*AccessLogDetails) Size ¶ added in v0.9.1
func (m *AccessLogDetails) Size() (n int)
func (*AccessLogDetails) String ¶
func (m *AccessLogDetails) String() string
func (*AccessLogDetails) Unmarshal ¶ added in v0.9.1
func (m *AccessLogDetails) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.