You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prombench/docs/eks.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,8 @@ In this setup, you have two choices:
115
115
Here’s how each option works:
116
116
- **Option 1: Download data from object storage**
117
117
118
-
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name ```object-config.yml``` with the necessary credentials as per your object storage. This secret enables access to the stored data.
119
-
> Note: Make sure this secret applied before ```3b_prometheus-test_deployment.yaml```
118
+
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name `object-config.yml` with the necessary credentials as per your object storage. This secret enables access to the stored data.
119
+
> Note: Make sure this secret applied before `3b_prometheus-test_deployment.yaml`
120
120
121
121
- **Option 2: Skip downloading data**
122
122
@@ -132,8 +132,9 @@ metadata:
132
132
type: Opaque
133
133
stringData:
134
134
object-config.yml:
135
+
```
135
136
136
-
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (`--storage.tsdb.retention.size`).
137
+
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (```--storage.tsdb.retention.size```).
137
138
138
139
> **⚠️ Warning:** The benchmark will change its basis when the retention size limit is reached and older downloaded blocks are deleted. Ensure that you have sufficient retention settings configured to avoid data loss that could affect benchmarking results.
Copy file name to clipboardExpand all lines: prombench/docs/gke.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,17 +96,16 @@ Run Prombench tests in [Google Kubernetes Engine (GKE)](https://cloud.google.com
96
96
```bash
97
97
make node_create
98
98
```
99
-
3. **Setting Up Benchmarking Data**
100
-
101
-
When setting up a benchmarking environment, it’s often useful to have pre-generated data available.This data can help speed up testing and make benchmarks more realistic by simulating actual workloads.
99
+
3. **Setting Up Benchmarking Data**
100
+
When setting up a benchmarking environment, it’s often useful to have pre-generated data available.This data can help speed up testing and make benchmarks more realistic by simulating actual workloads.
102
101
103
102
In this setup, you have two choices:
104
103
105
104
Here’s how each option works:
106
105
- **Option 1: Download data from object storage**
107
106
108
-
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name ```object-config.yml``` with the necessary credentials as per your object storage. This secret enables access to the stored data.
109
-
> Note: Make sure this secret applied before ```3b_prometheus-test_deployment.yaml```
107
+
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name `object-config.yml` with the necessary credentials as per your object storage. This secret enables access to the stored data.
108
+
> Note: Make sure this secret applied before `3b_prometheus-test_deployment.yaml`
110
109
111
110
- **Option 2: Skip downloading data**
112
111
@@ -122,8 +121,9 @@ metadata:
122
121
type: Opaque
123
122
stringData:
124
123
object-config.yml:
124
+
```
125
125
126
-
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (`--storage.tsdb.retention.size`).
126
+
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (```--storage.tsdb.retention.size```).
127
127
128
128
>**⚠️ Warning:** The benchmark will change its basis when the retention size limit is reached and older downloaded blocks are deleted. Ensure that you have sufficient retention settings configured to avoid data loss that could affect benchmarking results.
Copy file name to clipboardExpand all lines: prombench/docs/kind.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,17 +114,16 @@ If used with the GitHub integration:
114
114
export PR_NUMBER=<PR to benchmark against the selected $RELEASE>
115
115
```
116
116
117
-
2.### Setting Up Benchmarking Data
118
-
119
-
When setting up a benchmarking environment, it’s often useful to have pre-generated data available.This data can help speed up testing and make benchmarks more realistic by simulating actual workloads.
117
+
3.**Setting Up Benchmarking Data**
118
+
When setting up a benchmarking environment, it’s often useful to have pre-generated data available.This data can help speed up testing and make benchmarks more realistic by simulating actual workloads.
120
119
121
120
In this setup, you have two choices:
122
121
123
122
Here’s how each option works:
124
123
-**Option 1: Download data from object storage**
125
124
126
-
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name ```object-config.yml``` with the necessary credentials as per your object storage. This secret enables access to the stored data.
127
-
> Note: Make sure this secret applied before ```3b_prometheus-test_deployment.yaml```
125
+
To download data from object storage, create a Kubernetes secret with exact named `bucket-secret` and file name `object-config.yml` with the necessary credentials as per your object storage. This secret enables access to the stored data.
126
+
> Note: Make sure this secret applied before `3b_prometheus-test_deployment.yaml`
128
127
129
128
-**Option 2: Skip downloading data**
130
129
@@ -140,8 +139,9 @@ metadata:
140
139
type: Opaque
141
140
stringData:
142
141
object-config.yml:
142
+
```
143
143
144
-
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (`--storage.tsdb.retention.size`).
144
+
Regardless of the option chosen, data stored in Prometheus will only be retained based on the configured retention settings (```--storage.tsdb.retention.size```).
145
145
146
146
> **⚠️ Warning:** The benchmark will change its basis when the retention size limit is reached and older downloaded blocks are deleted. Ensure that you have sufficient retention settings configured to avoid data loss that could affect benchmarking results.
0 commit comments