Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse event timestamp and add more events metrics #142

Merged
merged 1 commit into from
Dec 1, 2016
Merged

Conversation

janisz
Copy link
Contributor

@janisz janisz commented Nov 18, 2016

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 82.088% when pulling 20b37fa on add_logging into cf1abbb on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 82.112% when pulling 3da77c3 on add_logging into cf1abbb on master.

@@ -24,6 +24,11 @@ func Mark(name string) {
meter.Mark(1)
}

func Histogram(name string, value int64) {
histogram := metrics.GetOrRegisterHistogram(name, metrics.DefaultRegistry, metrics.NewExpDecaySample(1028, 0.015))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove histograms in favor of gauge?

Add metric for Marathon events delay
Change User-Agent when query Marathon
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 82.297% when pulling 76f2054 on add_logging into cf1abbb on master.

@janisz janisz merged commit bf77285 into master Dec 1, 2016
@janisz janisz removed the in progress label Dec 1, 2016
@janisz janisz deleted the add_logging branch December 1, 2016 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants