Hello, everyone!
I would like to present a simple plugin enables logging events from Kong to ChurnZero.
ChurnZero is a customer success software. The customer support service use it to get a real-time dashboard on how customers are using a product.
The use-case is:
A customer support service wants to know if some customers stopping to use api.
The plugin sends events to ChurnZero every time when received request from a customer. The customer support is watching metrics on a dashboard.
The plugin catches events
1. from an upstream response headers in `header_filter` phase and
2. from a route string matched to configured patterns in `access` phase.
Welcome to review code and documentation, create tickets (issues or PRs), suggest features etc.. what helps to increase a value and quality and release the project.