botpress / messaging

Botpress messaging server
42 stars 37 forks source link

feat(server): added prometheus metrics to messaging server #546

Closed michaelmass closed 1 year ago

michaelmass commented 1 year ago

This adds prometheus metrics to the messaging server. It exposes an endpoint on port 9090 for Prometheus.

There are 2 custom metrics added messages_total and conversations_total for the total of messages and conversations created by the current messaging server.