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: README.md
+35-11Lines changed: 35 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,33 +19,57 @@ This data can be analyzed locally or shared with Cockroach Labs support for trou
19
19
20
20
## Installation
21
21
22
-
### Download Pre-Built Binary (Recommended)
22
+
### Download Pre-Built Binary
23
23
24
-
Download the latest release for your platform from the [**Releases Page**](https://github.com/cockroachlabs/workload-exporter/releases).
24
+
Download the latest release for your platform from the [**Releases Page**](https://github.com/cockroachlabs/workload-exporter/releases), or use the commands below (replace `VERSION` with the desired release tag, e.g. `v1.7.1`):
Download `workload-exporter-windows-amd64.exe` from the [releases page](https://github.com/cockroachlabs/workload-exporter/releases).
51
+
Download `workload-exporter-VERSION-windows-amd64.zip` from the [releases page](https://github.com/cockroachlabs/workload-exporter/releases) and extract it.
42
52
43
53
### Verify Installation
44
54
45
55
```bash
46
56
./workload-exporter version
47
57
```
48
58
59
+
### Updating
60
+
61
+
Update to the latest release in-place:
62
+
63
+
```bash
64
+
./workload-exporter update
65
+
```
66
+
67
+
Check if a newer version is available without installing:
0 commit comments