Auto-generated from /home/runner/work/feature-flag/feature-flag/proto/experiments/v1/experimentation_service.proto
Package: stitchd.experiments.v1
| Value | Description |
EXPERIMENT_STATUS_UNSPECIFIED | |
EXPERIMENT_STATUS_DRAFT | |
EXPERIMENT_STATUS_ACTIVE | |
EXPERIMENT_STATUS_PAUSED | |
EXPERIMENT_STATUS_CONCLUDED | |
| Field | Type | Description |
id | string | |
environment_id | string | |
name | string | |
description | string | |
flag_key | string | |
status | ExperimentStatus | |
variant_keys | repeated string | |
created_at_ms | int64 | |
updated_at_ms | int64 | |
version | uint64 | |
| Field | Type | Description |
id | string | |
experiment_id | string | |
iteration_number | int32 | |
started_at_ms | int64 | |
ended_at_ms | int64 | Zero when the iteration is still running. |
metric_keys | repeated string | |
traffic_allocation | double | |
| Field | Type | Description |
variant_key | string | |
participant_count | uint64 | |
metric_values | map<string, double> | |
p_value | double | |
p_value_present | bool | |
| Field | Type | Description |
experiment_id | string | |
variant_results | repeated VariantResult | |
computed_at_ms | int64 | |
is_stale | bool | |
next_run_at_ms | int64 | |
computation_status | string | |
| Field | Type | Description |
experiment | Experiment | |
| Field | Type | Description |
experiment | Experiment | |
| Field | Type | Description |
environment_id | string | |
experiment_id | string | |
| Field | Type | Description |
environment_id | string | |
experiment_id | string | |
| Field | Type | Description |
environment_id | string | |
| Field | Type | Description |
experiments | repeated Experiment | |
| Field | Type | Description |
environment_id | string | |
experiment_id | string | |
| Field | Type | Description |
environment_id | string | |
experiment_id | string | |
new_status | ExperimentStatus | |
reason | string | Human-readable reason for the transition (optional). |
| Field | Type | Description |
environment_id | string | |
experiment_id | string | |
| Field | Type | Description |
iterations | repeated ExperimentIteration | |
- Request:
CreateExperimentRequest
- Response:
Experiment
- Request:
GetExperimentRequest
- Response:
Experiment
- Request:
ListExperimentsRequest
- Response:
ListExperimentsResponse
- Request:
UpdateExperimentRequest
- Response:
Experiment
- Request:
DeleteExperimentRequest
- Response:
Experiment
- Request:
TransitionExperimentRequest
- Response:
Experiment
- Request:
ListIterationsRequest
- Response:
ListIterationsResponse
- Request:
GetResultsRequest
- Response:
ExperimentResults