konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
125 stars 42 forks source link

Is There any way to monitor NiFi KOP #241

Closed narayanbhawar10 closed 1 year ago

narayanbhawar10 commented 1 year ago

Is your feature request related to a problem?

We want to monitor NiFI KOP ,so is there any way to monitor NiFi KOP .

Describe the solution you'd like to see

No response

Describe alternatives you've considered

No response

Additional context

No response

r65535 commented 1 year ago

NiFiKop has a prometheus metrics endpoint which you should be able to scrape (default endpoint is :9090/metrics). This should include the standard kube builder metrics.

A separate ticket is open here to discuss adding NiFiKop-specific metrics to the out of the box metrics we get for free 😀