Skip to content

v1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpeach jpeach released this 23 Aug 16:53
· 16 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 (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 from Error to Warn

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