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

Report uploader/downloader metrics by writing to a file. #1888

Merged
merged 13 commits into from
Jan 2, 2019

Conversation

baconmania
Copy link
Contributor

No description provided.

@@ -76,6 +76,10 @@
@JsonProperty
private List<SingularityS3UploaderContentHeaders> s3ContentHeaders = new ArrayList<>();

@NotNull
@JsonProperty
private String metricsFilePath = "/var/run/singularity/s3uploader-metrics.out";
Copy link
Member

Choose a reason for hiding this comment

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

random thought, if we don't want everyone to have to have this enabled, maybe this could be an optional and we only start the poller if it's set? (Or another boolean for enabled?)

@ssalinas
Copy link
Member

🚢

@ssalinas ssalinas merged commit beb2efc into master Jan 2, 2019
@ssalinas ssalinas deleted the metrics-in-files branch January 2, 2019 15:55
@ssalinas ssalinas added this to the 0.22.0 milestone Jan 7, 2019
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.

2 participants