GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
191 stars 89 forks source link

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

Closed kacpercesarz98 closed 3 weeks ago

kacpercesarz98 commented 3 weeks ago

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 commented 3 weeks ago

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.