Hi Team, I use the key of `metrics_com_datahub_gra...
# all-things-deployment
s
Hi Team, I use the key of
metrics_com_datahub_graphql_GraphQLController_searchAcrossEntities_Count
, the metrics will be counted when I search, is that correct? My purpose is to find a
metric key
that can check the activity indicator. I would appreciate it if you could tell me other
metric keys
that I can check other than those keys.
d
@incalculable-ocean-74010 could you look into this? 🙂
i
Hello SJ, The metric you pointed to refers to when this graphQL query gets called. This is the query that powers most but not all search capabilities in DataHub. You also have searchAcrossLineage for lineage related queries which has it’s own metric. If you are looking for read activity on your instance I think those 2 are good indicators. Another metric you can look at for the write path is:
metrics_com_linkedin_metadata_resources_entity_AspectResource_ingestProposal_Count
which is the method that starts the validation of incoming metadata changes to the system.