Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 3, 2023 1:25AM
Likes: 0
Replies: 2
Is there a way to tell how many times Scenarios have run across all projects?
What other metrics to other report up about the activity of the DSS environment and how much it is being used.
Operating system used: Mac OS Ventura 13.3.1
Hi Tom!
You can create an internal stats dataset and select "scenario runs" to create a dataset with the scenario runs' information.
From there, using a prepare recipe or Python code, you can filter out the rows by the timestamps/outcomes, depending on your needs.
For other overall metrics, you can use the other types of internal stats datasets. If you are looking for more specific information on a dataset, the metrics dataset might be of interest.
Lastly, there is always the option to parse through the API calls in the audit logs, but this will require a bit more work.
Cheers!
Roy
@RoyE
,
Thanks for the quick reply.
I missed this apparently relatively new type of DSS dataset. Very cool.
For others checking this thread in the future. This might also help from the documentation:
https://doc.dataiku.com/dss/latest/connecting/internal-stats.html
I’ll give this a look in the coming days. And try to share a bit more in case it is helpful.