Skip to content

v1.1.0

Compare
Choose a tag to compare
@jpeach jpeach released this 23 Aug 23:29
· 14 commits to master since this release

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 from Error to Warn

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 to mesos_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