{"id":20528250,"url":"https://github.com/manticoresoftware/manticoresearch-prometheus","last_synced_at":"2025-04-14T04:50:55.837Z","repository":{"id":92258975,"uuid":"368734556","full_name":"manticoresoftware/manticoresearch-prometheus","owner":"manticoresoftware","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-23T10:15:24.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-23T17:33:42.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manticoresoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-19T03:34:49.000Z","updated_at":"2024-06-18T13:00:26.068Z","dependencies_parsed_at":"2024-04-11T14:29:40.129Z","dependency_job_id":"9c9261bd-5648-42f6-92ca-a6e72e03a35e","html_url":"https://github.com/manticoresoftware/manticoresearch-prometheus","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fmanticoresearch-prometheus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fmanticoresearch-prometheus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fmanticoresearch-prometheus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fmanticoresearch-prometheus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manticoresoftware","download_url":"https://codeload.github.com/manticoresoftware/manticoresearch-prometheus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824694,"owners_count":21167343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T23:24:10.408Z","updated_at":"2025-04-14T04:50:55.826Z","avatar_url":"https://github.com/manticoresoftware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manticore Search Prometheus Exporter\n\nVersion: 7.0.0.0\n\n### Installation\n\n1) Clone the repository:\n```bash\ngit clone git@github.com:manticoresoftware/manticoresearch-prometheus.git\ncd manticoresearch-prometheus\n```\n\n2) Update the Manticore Search host and port in `deployment.yaml`:\n```\nenv:\n  - name: MANTICORE_HOST\n    value: \"{YOUR HOST}\"\n  - name: MANTICORE_PORT\n    value: \"{YOUR PORT}\"\n``` \n3) Deploy the configuration:\n```kubernetes helm\nkubectl -n {namespace} apply -f deployment.yaml\n```\n\nOnce deployed, the exporter will automatically integrate with Prometheus. No additional configuration is needed on the Prometheus side to enable scraping.\n\nIf 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.\n\n### Support Matrix\n\nThe 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.\n\n| Exporter version | Min Manticore version | Max Manticore version |\n|------------------|-----------------------|-----------------------|\n| 3.6.0.0          | 2.6.2                 | 6.3.2                 |\n| 3.6.0.1          | 2.6.2                 | 6.3.2                 |\n| 5.0.0.0          | 2.6.2                 | 6.3.2                 |\n| 5.0.0.2          | 2.6.2                 | 6.3.2                 |\n| 5.0.0.4          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.0          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.1          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.2          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.3          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.4          | 2.6.2                 | 6.3.2                 |\n| 5.0.2.5          | 2.6.2                 | 6.3.2                 |\n| 6.2.12.0         | 2.6.2                 | 6.3.2                 |\n| 6.2.13.0         | 2.6.2                 | 6.3.2                 |\n| 6.2.13.1         | 2.6.2                 | 6.3.2                 |\n| 6.3.0.0          | 2.6.2                 | 6.3.2                 |\n| 6.3.0.1          | 3.2.0                 | 6.3.2                 |\n| 6.3.2.0          | 3.2.0                 | 6.3.2                 |\n| 6.3.6.0          | 6.3.6                 | 6.3.7                 |\n| 6.3.6.1          | 6.3.6                 | 6.3.7                 |\n| 6.3.8.0          | 6.3.6                 | 6.3.9                 |\n| 7.0.0.0          | 6.3.6                 | 7.0.0                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticoresoftware%2Fmanticoresearch-prometheus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanticoresoftware%2Fmanticoresearch-prometheus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticoresoftware%2Fmanticoresearch-prometheus/lists"}