operator icon indicating copy to clipboard operation
operator copied to clipboard

prometheus push scraping mechanism doesn't work when I have several tenants configured

Open JCL38-ORANGE opened this issue 9 months ago • 3 comments

Expected Behavior

when I have several tenants (for example tenant A and tenant B) managed by the minio operator I expect to find a minio-prom-additional-scrape-config secret generated with tenants A and B (in order to consult metrics for all my tenants)

Current Behavior

minio-prom-additional-scrape-config secret is generated randomly (either with scraping of tenant A, either with scraping of tenant B).

Steps to Reproduce (for bugs)

1.Install minio operator 2.Configure two tenants with prometheus enabled 3.Delete generated minio-prom-additional-scrape-config secret 4.Check that the generated secret contains either tenant A scraping either tenant B scraping

Your Environment

  • Version used (minio-operator): 5.0.17
  • Environment name and version (e.g. kubernetes v1.17.2): v1.30.11+k3s1

JCL38-ORANGE avatar Apr 15 '25 14:04 JCL38-ORANGE