|
7 | 7 | "schemaNamespace": "bullet-service/api", |
8 | 8 | "helpLinks": [ |
9 | 9 | { |
10 | | - "name": "Example Docs Page", |
11 | | - "link": "" |
| 10 | + "name": "Examples", |
| 11 | + "link": "https://yahoo.github.io/bullet-docs/ui/usage" |
12 | 12 | } |
13 | 13 | ], |
14 | 14 | "bugLink": "https://github.com/yahoo/bullet-ui/issues", |
15 | | - "aggregateDataDefaultSize": 1024, |
16 | | - "modelVersion": 1 |
| 15 | + "modelVersion": 1, |
| 16 | + "defaultValues": { |
| 17 | + "aggregationMaxSize": 1024, |
| 18 | + "rawMaxSize": 500, |
| 19 | + "durationMaxSecs": 540, |
| 20 | + "distributionNumberOfPoints": 11, |
| 21 | + "distributionQuantilePoints": "0, 0.25, 0.5, 0.75, 0.9, 1", |
| 22 | + "distributionQuantileStart": 0, |
| 23 | + "distributionQuantileEnd": 1, |
| 24 | + "distributionQuantileIncrement": 0.1, |
| 25 | + "queryTimeoutSecs": 3, |
| 26 | + "sketches": { |
| 27 | + "countDistinctMaxEntries": 16384, |
| 28 | + "groupByMaxEntries": 512, |
| 29 | + "distributionMaxEntries": 1024, |
| 30 | + "distributionMaxNumberOfPoints": 200, |
| 31 | + "topKMaxEntries": 1024, |
| 32 | + "topKErrorType": "No False Negatives" |
| 33 | + }, |
| 34 | + "metadataKeyMapping": { |
| 35 | + "theta": "theta", |
| 36 | + "uniquesEstimate": "uniques_estimate", |
| 37 | + "queryCreationTime": "query_receive_time", |
| 38 | + "queryTerminationTime": "query_finish_time", |
| 39 | + "estimatedResult": "was_estimated", |
| 40 | + "standardDeviations": "standard_deviations", |
| 41 | + "normalizedRankError": "normalized_rank_error", |
| 42 | + "maximumCountError": "maximum_count_error", |
| 43 | + "itemsSeen": "items_seen", |
| 44 | + "minimumValue": "minimum_value", |
| 45 | + "maximumValue": "maximum_value" |
| 46 | + } |
| 47 | + } |
17 | 48 | } |
18 | 49 | } |
0 commit comments