Skip to content

Releases: pcarranza/nomad-exporter

0.2.1

21 May 18:39
11d6015
Compare
Choose a tag to compare

Changelog

aa61bbb Actually remove desired_status label from nomad exporter metrics

Docker images

  • docker pull pcarranza/nomad-exporter:0.2.1
  • docker pull pcarranza/nomad-exporter:latest

0.2.0

20 May 20:26
924b007
Compare
Choose a tag to compare

Changelog

b0e199e Remove desired_status label
a56097a Skip allocations which desired state is not equal to run

Docker images

  • docker pull pcarranza/nomad-exporter:0.2.0
  • docker pull pcarranza/nomad-exporter:latest

0.1.1

16 Oct 12:12
9b5ad6a
Compare
Choose a tag to compare

Changelog

7c8e1fd Add extra label to metric so similar hostnames don't collide

Docker images

  • docker pull pcarranza/nomad-exporter:0.1.1
  • docker pull pcarranza/nomad-exporter:latest

0.1.0

09 Sep 20:52
21b1a6a
Compare
Choose a tag to compare

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

01 Aug 11:04
ef92f05
Compare
Choose a tag to compare

Changelog

d3231b5 Add version to all the alloc labels

Docker images

  • docker pull pcarranza/nomad-exporter:0.0.8
  • docker pull pcarranza/nomad-exporter:latest

0.0.7

11 Jun 12:53
b543b7b
Compare
Choose a tag to compare

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

15 May 08:58
Compare
Choose a tag to compare

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

13 May 21:55
Compare
Choose a tag to compare

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

13 May 08:32
Compare
Choose a tag to compare
  • Fix concurrency issues
  • Don't ask for allocations or stats metrics to pre 0.8 nodes

SNAPSHOT-5941a6227d60b35eec3e6b76c486b89378fea000

06 May 21:34
Compare
Choose a tag to compare
0.0.6-pre

Add a couple more metrics.