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

Export per-pid values from gauges by default #131

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

Sinjo
Copy link
Member

@Sinjo Sinjo commented Jun 14, 2019

This changes DirectFileStore to use the :all aggregation mode for gauges by default.

I'm considering adding a config option to the store to allow the default to be overridden, for use in cases where people want to provide their own label that distinguishes between processes but changes less often than process IDs do.

I'll try to add a commit early next week for that.

Fixes #107

Signed-off-by: Chris Sinjakli <chris@gocardless.com>
@Sinjo Sinjo force-pushed the sinjo-default-unaggregated-gauges branch from 1a4d32e to cbecc25 Compare June 14, 2019 17:07
@coveralls
Copy link

coveralls commented Jun 14, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling cbecc25 on sinjo-default-unaggregated-gauges into 3652cf7 on master.

Copy link
Collaborator

@dmagliola dmagliola left a comment

Choose a reason for hiding this comment

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

Lgtm

@Sinjo
Copy link
Member Author

Sinjo commented Jun 17, 2019

Following a conversation with @dmagliola, I've decided to leave that extra commit off.

It's a nice-to-have, it'd be a non-breaking change if we added it in the future, and the current approach isn't particularly onerous.

Taking this out of draft.

@Sinjo Sinjo marked this pull request as ready for review June 17, 2019 12:28
@Sinjo Sinjo merged commit 8d0264f into master Jun 17, 2019
@Sinjo Sinjo deleted the sinjo-default-unaggregated-gauges branch June 17, 2019 12:29
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.

Consider exporting unaggregated per-pid metrics by default
3 participants