hi, after upgrading to the latest Flyte I no longe...
# announcements
a
hi, after upgrading to the latest Flyte I no longer see any of the following metrics:
flyte-admin-executor-flytepropeller-execution.*
Have these been removed or renamed?
same q about
flyte-admin-database-postgres-errors-postgres
p
Those should still exist, Only new ones have been added. Are you checking it under right scope
Can you provide which version you were having earlier
This is what the metrics are emmitted from flyteadmin . You can also check this portforwarding to port 10254 metrics port on flyteadmin and browing http://localhost:10254/metrics
Copy code
# HELP flyte:admin:errors:postgres_error unspecified postgres error returned in a database operation
# TYPE flyte:admin:errors:postgres_error counter
flyte:admin:errors:postgres_error 0
Seems they might have changed after this PR https://github.com/flyteorg/flyteadmin/commit/1373fa4e8eb83893dbd78e6e5de132e5991a524e for flyte-admin-executor-flytepropeller-execution.* and this https://github.com/flyteorg/flyteadmin/commit/4af6bd5f1b5e3ecc483f527547f140073fbdaf24 flyte-admin-database-postgres-errors-postgres. cc : @katrina
New subscopes have been added which might be the reason you are not seeing those
k
ah sorry for stats change, we should publicize that better in the future 😞
a
@Prafulla Mahindrakar @katrina - so are those now available under different names?
p
Hi @Alex Pozimenko yes those have now been renamed
Copy code
flyte:admin:admin:builder:flytepropeller:build_failures 0
flyte:admin:admin:builder:flytepropeller:build_successes 0
And
Copy code
flyte:admin:admin:errors:postgres_error 0
Let me know if that helps
👍 1
168 Views