Package org.mockserver.mock.action.http
Class ChaosExperimentOrchestrator.ExperimentHistoryEntry
java.lang.Object
org.mockserver.mock.action.http.ChaosExperimentOrchestrator.ExperimentHistoryEntry
- Enclosing class:
- ChaosExperimentOrchestrator
An immutable record of a terminated experiment, retained in the bounded history ring and
exposed at
GET /chaosExperiment/history. Captures the experiment name, its terminal
status, the terminal SLO verdict (if any), and when it terminated.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Stringfinal longfinal SloVerdictTerminal SLO verdict;nullwhen the experiment had nosloCriteria. -
Method Summary
-
Field Details
-
name
-
status
-
verdict
Terminal SLO verdict;nullwhen the experiment had nosloCriteria. -
terminatedAtMillis
public final long terminatedAtMillis
-
-
Method Details
-
toJson
public com.fasterxml.jackson.databind.node.ObjectNode toJson()
-