Hi, is there anyway to dump high level dagster met...
# ask-community
r
Hi, is there anyway to dump high level dagster metrics to GCP monitoring tools (like last run time, run duration etc.)? Didn’t see anything in the docs but may have missed something. Would also be interested in a general way to export these kinds of details generally if they’re available.
dagster bot responded by community 1
v
Should be just a matter of accessing your event and run log storage as is set on your
dagster.yaml
file. Probably a Postgres or MySQL backend.
ty spinny 1