Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
/ marathon-stats Public archive

ARCHIVED: A simple container which queries marathon and mesos for stats about their current state, and logs these stats to stderr

License

Notifications You must be signed in to change notification settings

Clever/marathon-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

95b77a0 · Jun 24, 2022
Sep 29, 2021
Jun 28, 2017
Jan 13, 2016
Jan 13, 2016
Mar 5, 2016
Nov 26, 2019
Jun 17, 2015
Aug 4, 2021
Jun 24, 2022
Jul 12, 2021
Aug 4, 2021
Jul 12, 2021
Aug 4, 2021
May 24, 2016

Repository files navigation

Notice

This repo is no longer maintained by Clever.

marathon-stats

Overview

marathon-stats is a simple container which queries marathon and mesos for stats about their current state, and logs these stats to stderr.

Config

marathon-stats requires the following environment variables:

  • MESOS_HOST - The host for the mesos master API
  • MESOS_PORT - The port for the mesos master API
  • MARATHON_HOST - The host for the marathon API
  • MARATHON_PORT - The port for the marathon API
  • LOG_MARATHON_TASKS - Whether or not to log marathon tasks on their own line
  • POLL_INTERVAL - The interval to wait between polling for stats (defaults to 5s)

Building and running locally

$ make build
$ ./marathon-stats

About

ARCHIVED: A simple container which queries marathon and mesos for stats about their current state, and logs these stats to stderr

Resources

License

Stars

Watchers

Forks

Packages

No packages published