How to observe/log dagster grpc requests? #27308
Unanswered
mmutso-boku
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would be the best way to observe or log all the different grpc requests that are happening in a dagster deployment (helm)? For debugging purposes, I would like to have more insight what is happening on that layer, how often etc..
I did discover and enable the
--enable-metrics
flag but I am now trying to figure out, where the requests could be exposed so that the various metrics could be looked at, for examplemax_concurrenct_requests
.Beta Was this translation helpful? Give feedback.
All reactions