typesense-prometheus-exporter
typesense-prometheus-exporter copied to clipboard
I'd like to add `typesense-prometheus-exporter` to the NixOS package repository [nixpkgs](https://github.com/NixOS/nixpkgs). I kindly request you to add a suitable open-source license to the project. A well-defined license will not only...
Hello, Trying to plug to our typesense cloud, and no luck : curl http://tsexporter:8888/ Does say hello world, but /metrics is stuck, and I've no idea what's happening. I wish...
Hi @imatefx, Build from the source v0.1.4 using cargo and tried running the program. Successfully connected to Prometheus and received Typesense data from /metrics. But not able to get the...
Hello, I followed steps of the "Docker Deployment" section on the README. http://localhost:8888 now returns "Hello, World!". But how can I have the Grafana dashboard as you show on your...
Update version before building or automate cargo version bump
Will this support ARM64 at any point?
Hi, Is there any plan to support multiple instances of typesense? It would be much easier to use only one instance of exporter for a couple of typesense instances.
I want to expose the health and the raft state metrics Two new gauges are added: `typesense_health`: 1 if the target responds with 200 HTTP code and the response is...
Does this support Cluster stats monitoring, and if yes how I can setup it, does installing this on only one node is enough? there is no clear instructions for this...
Hey, apparently my instance does not emit any `system_cpu*_active_percentage`. This PR makes `system_cpu1_active_percentage` and `system_cpu_active_percentage` optional.