Skip to content

Reduce the number of metrics exported to stackdriver. #311

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

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

vkryachko
Copy link
Member

The change only exports metrics for "public" gradle tasks. The reason
for doing this is that we are hitting maximim quota limit of active
timeseries, which causes failure to upload metrics.

The change only exports metrics for "public" gradle tasks. The reason
for doing this is that we are hitting maximim quota limit of active
timeseries, which causes failure to upload metrics.
@googlebot googlebot added the cla: yes Override cla label Mar 25, 2019
* Determines whether a given gradle {@link Task} is "public", e.g. visible with `gradle tasks`.
*/
private static boolean isTaskPublic(Task task) {
return task.getGroup() != null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you link to some document that shows that this hack is the right way?

@vkryachko vkryachko merged commit 1dea553 into master Mar 27, 2019
@vkryachko vkryachko deleted the vk.measurement_filter branch May 2, 2019 16:08
@firebase firebase locked and limited conversation to collaborators Oct 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Override cla size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants