import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/mongo_proxy/v3"
mongo_proxy.pb.go mongo_proxy.pb.validate.go
var File_envoy_extensions_filters_network_mongo_proxy_v3_mongo_proxy_proto protoreflect.FileDescriptor
type MongoProxy struct { // The human readable prefix to use when emitting :ref:`statistics // <config_network_filters_mongo_proxy_stats>`. StatPrefix string `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"` // The optional path to use for writing Mongo access logs. If not access log // path is specified no access logs will be written. Note that access log is // also gated :ref:`runtime <config_network_filters_mongo_proxy_runtime>`. AccessLog string `protobuf:"bytes,2,opt,name=access_log,json=accessLog,proto3" json:"access_log,omitempty"` // Inject a fixed delay before proxying a Mongo operation. Delays are // applied to the following MongoDB operations: Query, Insert, GetMore, // and KillCursors. Once an active delay is in progress, all incoming // data up until the timer event fires will be a part of the delay. Delay *v3.FaultDelay `protobuf:"bytes,3,opt,name=delay,proto3" json:"delay,omitempty"` // Flag to specify whether :ref:`dynamic metadata // <config_network_filters_mongo_proxy_dynamic_metadata>` should be emitted. Defaults to false. EmitDynamicMetadata bool `protobuf:"varint,4,opt,name=emit_dynamic_metadata,json=emitDynamicMetadata,proto3" json:"emit_dynamic_metadata,omitempty"` // List of commands to emit metrics for. Defaults to "delete", "insert", and "update". // Note that metrics will not be emitted for "find" commands, since those are considered // queries, and metrics for those are emitted under a dedicated "query" namespace. Commands []string `protobuf:"bytes,5,rep,name=commands,proto3" json:"commands,omitempty"` // contains filtered or unexported fields }
[#next-free-field: 6]
func (*MongoProxy) Descriptor() ([]byte, []int)
Deprecated: Use MongoProxy.ProtoReflect.Descriptor instead.
func (x *MongoProxy) GetAccessLog() string
func (x *MongoProxy) GetCommands() []string
func (x *MongoProxy) GetDelay() *v3.FaultDelay
func (x *MongoProxy) GetEmitDynamicMetadata() bool
func (x *MongoProxy) GetStatPrefix() string
func (*MongoProxy) ProtoMessage()
func (x *MongoProxy) ProtoReflect() protoreflect.Message
func (x *MongoProxy) Reset()
func (x *MongoProxy) String() string
func (m *MongoProxy) Validate() error
Validate checks the field values on MongoProxy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type MongoProxyValidationError struct {
// contains filtered or unexported fields
}
MongoProxyValidationError is the validation error returned by MongoProxy.Validate if the designated constraints aren't met.
func (e MongoProxyValidationError) Cause() error
Cause function returns cause value.
func (e MongoProxyValidationError) Error() string
Error satisfies the builtin error interface
func (e MongoProxyValidationError) ErrorName() string
ErrorName returns error name.
func (e MongoProxyValidationError) Field() string
Field function returns field value.
func (e MongoProxyValidationError) Key() bool
Key function returns key value.
func (e MongoProxyValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_filters_network_mongo_proxy_v3 imports 19 packages (graph) and is imported by 8 packages. Updated 2021-01-08. Refresh now. Tools for package owners.