Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Daml MetricsForum ↗

Daml Metrics

App Development4 posts404 views4 likesLast activity Mar 2021
FR
FrankieOP
Mar 2021

On page Daml Sandbox — Daml SDK 1.11.0 documentation

What is the details of the validation process in metrics daml.commands.validation and daml.commands.valid_submissions? (e.g. does it cover time spend on validating the token/mTLS etc)

ST
stefanobaghino-da
Mar 2021

daml.commands.validation is the time take to validate that all required fields are present, that the ledger time is specified correctly, etc.

daml.commands.valid_submissions counts how many commands pass the validation and are passed on to the Daml interpreter to possibly be turned into a transaction (which doesn’t necessarily happen – e.g. in case of a double spend).

FR
Frankie
Mar 2021

Thanks. So the daml.commands.validation time includes checking client cert and validating the authentication token?

ST
stefanobaghino-da
Mar 2021

No, only the time to validate the actual request.

← Back to Discussions