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
It would be great to add some new metrics, which can show usage of repos by they format(type)
All this data resides in data url json, in key "gauge" and have next names:
nexus.analytics.format_request_rates count (lables format,type,status)
nexus.analytics.repository_asset_count_by_format_type count (lables format,type)
nexus.analytics.repository_component_count_by_format_type count (lables format,type)
nexus.analytics.repository_type_counts count (lables format,type)
Hello!
It would be great to add some new metrics, which can show usage of repos by they format(type)
All this data resides in data url json, in key "gauge" and have next names:
nexus.analytics.format_request_rates count (lables format,type,status)
nexus.analytics.repository_asset_count_by_format_type count (lables format,type)
nexus.analytics.repository_component_count_by_format_type count (lables format,type)
nexus.analytics.repository_type_counts count (lables format,type)
All this keys have similar structure.
Like:
So maybe it take only one parse script to write, and then duplicate it for every new metric key.
Example from my server:
The text was updated successfully, but these errors were encountered: