https://github.com/manticoresoftware/manticoresearch-prometheus
https://github.com/manticoresoftware/manticoresearch-prometheus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/manticoresoftware/manticoresearch-prometheus
- Owner: manticoresoftware
- License: apache-2.0
- Created: 2021-05-19T03:34:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T10:15:24.000Z (about 2 years ago)
- Last Synced: 2024-04-23T17:33:42.964Z (about 2 years ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manticore Search Prometheus Exporter
Version: 7.0.0.0
### Installation
1) Clone the repository:
```bash
git clone git@github.com:manticoresoftware/manticoresearch-prometheus.git
cd manticoresearch-prometheus
```
2) Update the Manticore Search host and port in `deployment.yaml`:
```
env:
- name: MANTICORE_HOST
value: "{YOUR HOST}"
- name: MANTICORE_PORT
value: "{YOUR PORT}"
```
3) Deploy the configuration:
```kubernetes helm
kubectl -n {namespace} apply -f deployment.yaml
```
Once deployed, the exporter will automatically integrate with Prometheus. No additional configuration is needed on the Prometheus side to enable scraping.
If you're using the [Manticore Search Helm Chart](https://github.com/manticoresoftware/manticoresearch-helm), the exporter is already included, so no extra setup is required.
### Support Matrix
The table below shows the compatibility matrix for the exporter and Manticore Search versions. Note that some metrics may not be available or may display incorrect data if the versions are not aligned. To avoid such issues, use the same version of the exporter as your Manticore Search.
| Exporter version | Min Manticore version | Max Manticore version |
|------------------|-----------------------|-----------------------|
| 3.6.0.0 | 2.6.2 | 6.3.2 |
| 3.6.0.1 | 2.6.2 | 6.3.2 |
| 5.0.0.0 | 2.6.2 | 6.3.2 |
| 5.0.0.2 | 2.6.2 | 6.3.2 |
| 5.0.0.4 | 2.6.2 | 6.3.2 |
| 5.0.2.0 | 2.6.2 | 6.3.2 |
| 5.0.2.1 | 2.6.2 | 6.3.2 |
| 5.0.2.2 | 2.6.2 | 6.3.2 |
| 5.0.2.3 | 2.6.2 | 6.3.2 |
| 5.0.2.4 | 2.6.2 | 6.3.2 |
| 5.0.2.5 | 2.6.2 | 6.3.2 |
| 6.2.12.0 | 2.6.2 | 6.3.2 |
| 6.2.13.0 | 2.6.2 | 6.3.2 |
| 6.2.13.1 | 2.6.2 | 6.3.2 |
| 6.3.0.0 | 2.6.2 | 6.3.2 |
| 6.3.0.1 | 3.2.0 | 6.3.2 |
| 6.3.2.0 | 3.2.0 | 6.3.2 |
| 6.3.6.0 | 6.3.6 | 6.3.7 |
| 6.3.6.1 | 6.3.6 | 6.3.7 |
| 6.3.8.0 | 6.3.6 | 6.3.9 |
| 7.0.0.0 | 6.3.6 | 7.0.0 |