#community-help

Integrating Typesense with Prometheus

TLDR Pavan asked how to integrate Typesense with Prometheus. John suggested using Typesense exporter and mentioned that each pod exposes its own metrics.

Powered by Struct AI
5
12mo
Solved
Join the chat
Dec 13, 2022 (12 months ago)
Pavan
Photo of md5-62874fefc4301175b2c7853a875ef2f3
Pavan
12:45 PM
Hi everyone,
How do I integrate Typesense with Prometheus?
John
Photo of md5-21545f1facb7836c149bc4c70752bd2b
John
12:50 PM
https://github.com/vfm/typesense-exporter works nicely, it just rewrites the existing metrics endpoint to be compatible with Prometheus
Pavan
Photo of md5-62874fefc4301175b2c7853a875ef2f3
Pavan
01:09 PM
How will it work when we have multiple pods?
John
Photo of md5-21545f1facb7836c149bc4c70752bd2b
John
01:09 PM
Each pod exposes its own metrics
Dec 16, 2022 (12 months ago)
Pavan
Photo of md5-62874fefc4301175b2c7853a875ef2f3
Pavan
06:03 AM
Thank you John. I think we can also deploy this as a different service instead of sidecar, so that it will work for different typesense instances