MongoDB
Envoy supports a network level MongoDB sniffing filter with the following features:
MongoDB wire format BSON parser.
Detailed MongoDB query/operation statistics including timings and scatter/multi-get counts for routed clusters.
Query logging.
Per callsite statistics via the $comment query parameter.
Fault injection.
The MongoDB filter is a good example of Envoy’s extensibility and core abstractions. At Lyft we use this filter between all applications and our databases. It provides an invaluable source of data that is agnostic to the application platform and specific MongoDB driver in use.
MongoDB proxy filter configuration reference.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .