Describe the problem the feature is intended to solve
For now, TensorFlow Serving doesn't export build information for Prometheus. If tf serving exports metrics like promethues or redis exporter, it would be helpful for managing lots of services and pods in production. (e.g. finding outdated pods)
Feature Request
Describe the problem the feature is intended to solve
For now, TensorFlow Serving doesn't export build information for Prometheus. If tf serving exports metrics like promethues or redis exporter, it would be helpful for managing lots of services and pods in production. (e.g. finding outdated pods)
for example,
Describe the solution
Maybe export metrics in
tensorflow_serving/model_servers
directory using followings.ARCH_X86
?