You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: