CodePackageEntryPointStatistics
Statistics about setup or main entry point of a code package deployed on a Service Fabric node.
Name | Type | Required |
---|---|---|
LastExitCode |
string | No |
LastActivationTime |
string (date-time) | No |
LastExitTime |
string (date-time) | No |
LastSuccessfulActivationTime |
string (date-time) | No |
LastSuccessfulExitTime |
string (date-time) | No |
ActivationCount |
string | No |
ActivationFailureCount |
string | No |
ContinuousActivationFailureCount |
string | No |
ExitCount |
string | No |
ExitFailureCount |
string | No |
ContinuousExitFailureCount |
string | No |
Type: string
Required: No
The last exit code of the entry point.
Type: string (date-time)
Required: No
The last time (in UTC) when Service Fabric attempted to run the entry point.
Type: string (date-time)
Required: No
The last time (in UTC) when the entry point finished running.
Type: string (date-time)
Required: No
The last time (in UTC) when the entry point ran successfully.
Type: string (date-time)
Required: No
The last time (in UTC) when the entry point finished running gracefully.
Type: string
Required: No
Number of times the entry point has run.
Type: string
Required: No
Number of times the entry point failed to run.
Type: string
Required: No
Number of times the entry point continuously failed to run.
Type: string
Required: No
Number of times the entry point finished running.
Type: string
Required: No
Number of times the entry point failed to exit gracefully.
Type: string
Required: No
Number of times the entry point continuously failed to exit gracefully.