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