https://github.com/tuxtof/sherlock-exporter
Prometheus metrics exporter for Nutanix Karbon Platform Services
https://github.com/tuxtof/sherlock-exporter
grafana iot kps nutanix prometheus
Last synced: about 2 months ago
JSON representation
Prometheus metrics exporter for Nutanix Karbon Platform Services
- Host: GitHub
- URL: https://github.com/tuxtof/sherlock-exporter
- Owner: tuxtof
- Created: 2020-03-13T15:04:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T13:09:19.000Z (about 6 years ago)
- Last Synced: 2025-07-08T09:46:19.264Z (12 months ago)
- Topics: grafana, iot, kps, nutanix, prometheus
- Language: Python
- Homepage: https://www.nutanix.com/products/karbon/platform-services
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sherlock Exporter
The Prometheus Sherlock Exporter exposes a wide variety of Nutanix Xi IoT platform metrics.
This is the starting point to build beautiful Xi IoT Grafana Dashboard.

You will find deployement example in the k8s directory.
This example are based on Kubernetes and the Prometheus Operator.
## Exported Metrics
| Name | Exposed informations | Labels |
| ------ | ------- | ------ |
| sherlock_total_memory_kb | Total Memory in KB | name, id, version, ip|
| sherlock_total_storage_kb | Total Storage in KB | name, id, version, ip|
| sherlock_cpu_usage | CPU Usage |name, id, version, ip |
| sherlock_memory_free_kb | Memory Free in KB | name, id, version, ip |
| sherlock_storage_free_kb | Storage Free in KB | name, id, version, ip|