Releases: mesos/mesos_exporter
v1.1.2
v1.1.1
v1.1.0
Alan Bover (1):
- slave_state always sends label metrics for tasks with, at least, the task name
Collin Van Dyck (3):
- Optimize Dockerfile for development iteration.
- Add mesos master allocation metrics.
- Add parameterized metric names.
Eric Lubow (12):
- PR #40 cleanup
- more error checking for pr 55 in support of pr 40's consistency
- README cleanup after PR 40
- change the labels - more error checking
- agent: adding GPU metrics
- adding totals to calculated only metrics
- added all master metrics
- adding additional slave metrics
- adding slave monitor metrics
- adding logging with logrus lib and removing shortcut returns
- logging: vendorizing logrus and dependencies
- logging:
LogErrNotFoundInMap
changed fromError
toWarn
Hector Fernandez (1):
- logging: remove extra whitespace in metric name
Jack Thomasson (2):
- convert scalar and text attributes to string drop range and set
- docker image to current standard
James Peach (12):
- Fix the help text for
mesos_slave_uptime_seconds
. - mesos_master_task_states_current should be a gauge.
- Update repository path in the promu build.
- Update Travis Go versions.
- Drop travis.ci tests for old Go versions.
- Publish exporter version information.
- Move the
task_killing
tomesos_master_task_states_current
. - Add a mode to prevent polling the master state.
- Fix metric table formatting.
- Increment VERSION to 1.1.0-rc1.
- Fix up some grammar in README.md.
- Increment VERSION to 1.1.0.
Jonathan Sokolowski (1):
- Add TLS mutual authentication support
Philip Norman (2):
- Use all ok values (fixes staticcheck)
- Vendor dgrijalva/jwt-go
Stephan Erb (3):
- Ignore release build and ouptut dirs
- Add travis ci badge
- Replace deprecated prometheus.Handler with promhttp
Trevor Wood (5):
- Add strict mode authentication
- Make strict mode authentication more dynamic
- Update README
- Track expiration internally
- Update README for changes
Vinod Kone (1):
- Added a NOTICE file
v1.1.0-rc1
Alan Bover (1):
- slave_state always sends label metrics for tasks with, at least, the task name
Collin Van Dyck (3):
- Optimize Dockerfile for development iteration.
- Add mesos master allocation metrics.
- Add parameterized metric names.
Eric Lubow (15):
- completed merge of PR #40
- PR #40 cleanup
- Merge branch 'pull_55': Add mesos master allocation metrics
- Merge branch 'pull_59': add task name to metrics
- more error checking for pr 55 in support of pr 40's consistency
- README cleanup after PR 40
- change the labels - more error checking
- agent: adding GPU metrics
- adding totals to calculated only metrics
- added all master metrics
- adding additional slave metrics
- adding slave monitor metrics
- adding logging with logrus lib and removing shortcut returns
- logging: vendorizing logrus and dependencies
- logging:
LogErrNotFoundInMap
changed fromError
toWarn
Gastón Kleiman (1):
- Merge pull request #79 from jpeach/current-task-states
Hector Fernandez (1):
- logging: remove extra whitespace in metric name
Jack Thomasson (2):
- convert scalar and text attributes to string drop range and set
- docker image to current standard
James Peach (15):
- Fix the help text for
mesos_slave_uptime_seconds
. - mesos_master_task_states_current should be a gauge.
- Update repository path in the promu build.
- Update Travis Go versions.
- Drop travis.ci tests for old Go versions.
- Merge pull request #81 from jpeach/fix-travis-ci
- Publish exporter version information.
- Merge pull request #73 from jpeach/publish-exporter-version
- Merge pull request #54 from jsok/tls-client-auth
- Move the
task_killing
tomesos_master_task_states_current
. - Add a mode to prevent polling the master state.
- Merge pull request #82 from jpeach/fix-task-killing
- Merge pull request #74 from jpeach/skip-master-state
- Fix metric table formatting.
- Increment VERSION to 1.1.0-rc1.
Jonathan Sokolowski (1):
- Add TLS mutual authentication support
v1.0.0
This is the first official release of the Mesos Prometheus exporter. Future releases will have a changelog and follow semantic versioning.
v1.0.0 release candidate 2
Release candidate for 1.0.0, mainly intended to test the release chain.
v1.0 release candidate 1
First release candidate of final release.
The mesos-exporter now converts the flat metrics exposed by the mesos api into metrics with meaningful dimensions adhering to prometheus best practices.
v0.8
Fix task state time exposition
v0.7
- Bugfixes
v0.6
Add metrics from /metrics/snapshot This needs to be reworked once we figure out what every metric exactly means. Right now it just blindly exposes them which isn't best practice.