GoogleCloudPlatform / prometheus

The Prometheus monitoring system and time series database. GCP fork to export to Google Cloud Managed Service for Prometheus. Main branch is kept at parity with upstream - see branches or tags for Google's additions.
https://g.co/cloud/managedprometheus
Apache License 2.0
37 stars 15 forks source link

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

Closed kacpercesarz98 closed 2 months ago

kacpercesarz98 commented 2 months ago

What did you do?

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'

What did you expect to see?

I expected that usage of System limit "Service time series ingestion requests per minute" will be decreased but it looks like this change did not have any effect.

What did you see instead? Under which circumstances?

No change.

System information

gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.1-gke.0

Prometheus version

gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.1-gke.0

Prometheus configuration file

No response

Alertmanager version

No response

Alertmanager configuration file

No response

Logs

No response

pintohutch commented 2 months ago

Thanks for reporting @kacpercesarz98, I'm going to close this and respond in https://github.com/GoogleCloudPlatform/prometheus-engine/issues/1128