AmadeusITGroup / Kubernetes-Kafka-Connect-Operator

A kubernetes operator to deploy and auto-scale KafkaConnect Application.
Apache License 2.0
20 stars 10 forks source link

be able to use prometheus metric directly without adapter #38

Open MingjieAmadeus opened 4 years ago

MingjieAmadeus commented 4 years ago

Is your feature request related to a problem? Please describe. we want to use prometheus metric directly with out deploy an adapter

Describe the solution you'd like add a new promtheusMetric object in autoscaler to get prometheus metric directly

bmillemathias-1a commented 4 years ago

Why would you do that ? So you loose the flexibility to use any other backend than prometheus to scale your pods and your project to be used on other environment (GCP for instance as they use Stackdriver to store metrics not prometheus).