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
Is your feature request related to a problem? Please describe:
I'm exposing metrics to an existent prometheus-like scraping. I'm using VictoriaMetrics Operator with VMScrapeConfig CRs for that (similar to Prometheus Operator ServiceMonitor CRs). I'm using the *-peer services created as a result of TidbCluster CR since they are headless and so the VMScrapeConfig actually scrapes the underlying pods individually and doesn't load-balance scrape requests in case normal ClusterIP Services were used.
All -peer services created for pd, tidb and tiflash include ports where /metrics HTTP endpoints reside. Except the tikv-peer service. It is also not possible to add additionalPorts or similar to current TidbCluster CR to achieve that.
Describe the feature you'd like:
I would like that the metrics port of tikv peer service (20180) be exposed by default or at least through the additionalPorts in the TidbCluster CR.
Describe alternatives you've considered:
Currently I'm manually deploying an additional Service with metrics port (20180). But I'd like this to be part of TidbCluster deployment like with other services (pd, tidb, tiflash).
I'm using TiDB Operator 1.6.0 with TiDB 8.1.1
Regards, Peter
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe:
I'm exposing metrics to an existent prometheus-like scraping. I'm using VictoriaMetrics Operator with VMScrapeConfig CRs for that (similar to Prometheus Operator ServiceMonitor CRs). I'm using the *-peer services created as a result of TidbCluster CR since they are headless and so the VMScrapeConfig actually scrapes the underlying pods individually and doesn't load-balance scrape requests in case normal ClusterIP Services were used.
All -peer services created for pd, tidb and tiflash include ports where /metrics HTTP endpoints reside. Except the tikv-peer service. It is also not possible to add additionalPorts or similar to current TidbCluster CR to achieve that.
Describe the feature you'd like:
I would like that the metrics port of tikv peer service (20180) be exposed by default or at least through the additionalPorts in the TidbCluster CR.
Describe alternatives you've considered:
Currently I'm manually deploying an additional Service with metrics port (20180). But I'd like this to be part of TidbCluster deployment like with other services (pd, tidb, tiflash).
I'm using TiDB Operator 1.6.0 with TiDB 8.1.1
Regards, Peter
The text was updated successfully, but these errors were encountered: