Releases: pcarranza/nomad-exporter
0.2.1
0.2.0
0.1.1
0.1.0
Changelog
9f4b788 Revert "Add version to all the alloc labels"
0d76af0 Add some Serf metrics
9e63d3f Remove labels from allocation_zombies
bcbf2f2 Add a counter for zombie allocs and skip them
Docker images
docker pull pcarranza/nomad-exporter:0.1.0
docker pull pcarranza/nomad-exporter:latest
Automated with GoReleaser
Built with go version go1.10.3 darwin/amd64
0.0.8
0.0.7
Changelog
1b20995 Remove dead code
afc4852 if err is not nil, then node is nil, duh
c5be445 Change timeouts and split wait timeout from read timeout
3e0bf85 Change summaries to histograms
60c0e2e Add pprof for further troubleshooting
a9d1262 Only query for nodes once
b77c5a7 Set wait time to all the client requests
e874aa0 Debug how much time we are using just in case it's necessary
1de8c95 Add a description so we can in fact describe, duh
e29a97b Add a bunch of latency metrics, invert node search
1738a93 Skip nodes completely when it's down
Docker images
docker pull pcarranza/nomad-exporter:0.0.7
docker pull pcarranza/nomad-exporter:latest
0.0.6
Changelog
1002a27 Reshape some metrics so they make more sense
bec24d9 Set the wait time in the configuration so it gets sent to the server
092cad4 Add the min version logic to allocations
92ba25c Ignore version less than 0.8.1 when pulling allocations metrics
c275a8d Enable stats metrics again but allow guarding behind a flag
c419c3e Allow stale consistency for everything except the leader query
786b5a7 Add options to disable any collection
ae64a68 Remove allocations and stats to reduce the number of api queries
feba3ec Remove _total endings from guages
ed58131 Rename metric so it's prometheus style compliant
04c47e0 Use ConstMetric in all the places that we can, set up and leader always
bb5b761 Move port to the reserved one
d85c06d Add apache2 License
7f72571 Add nomad API supported version
Docker images
docker pull pcarranza/nomad-exporter:0.0.6
docker pull pcarranza/nomad-exporter:latest
SNAPSHOT-1002a275909da061286e863bae793eddccd987ec
Add new metrics
- allocation_cpu_required
- allocation_cpu_ticks
- allocation_cpu_user_mode
- allocation_cpu_system_mode
Renamed metric
- allocation_memory_rss_bytes_limit -> allocation_memory_rss_required_bytes
SNAPSHOT-9962d4ef9ffc31b7cb0b0a24ab9758273f5493e6
- Fix concurrency issues
- Don't ask for allocations or stats metrics to pre 0.8 nodes
SNAPSHOT-5941a6227d60b35eec3e6b76c486b89378fea000
0.0.6-pre Add a couple more metrics.