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
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.serving/tensorflow_serving/model_servers/version.h
Line 55 in 3b5b927
ARCH_X86
?The text was updated successfully, but these errors were encountered: