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

Looks like export.debug.batch-size doesn't have an effect #1128

Closed
kacpercesarz98 opened this issue Aug 23, 2024 · 1 comment
Closed

Looks like export.debug.batch-size doesn't have an effect #1128

kacpercesarz98 opened this issue Aug 23, 2024 · 1 comment
Assignees

Comments

@kacpercesarz98
Copy link

Hello I need to decrease usage of System limit "Service time series ingestion requests per minute" in GCP. To do that I wanted to increase batch-size but it looks like this parameter doesn't change anything. I added bellow extra argument but GCP metrics and logs do not show any change in behaviour.

  - name: export.debug.batch-size
    value: '200'

@pintohutch
Copy link
Collaborator

Hey @kacpercesarz98,

That configuration is specifically setting the number of TimeSeries objects in a given timeSeries.create request, which is what the GMP collectors use to send custom metrics to Cloud Monitoring.

The "Service time series ingestion requests per minute" issue is actually not relevant to the GMP collectors, but rather the system metrics used in your GCP project.

To inquire about raising this, I would file a support ticket with GCP.

Hope that helps.

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

No branches or pull requests

2 participants