Skip to content

Commit 2708583

Browse files
StevenYCChoujkohen
authored andcommitted
Update Compatibility Matrix with sidecar 0.4.x. (#96)
* Update README.md * Explains symbols in compatibility diagram.
1 parent 79587ea commit 2708583

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stackdriver-prometheus-sidecar \
2929
--stackdriver.project-id=${GCP_PROJECT} \
3030
--prometheus.wal-directory=${WAL_DIR} \
3131
--prometheus.api-address=${API_ADDRESS} \
32-
--stackdriver.kubernetes.location=${REGION} \
32+
--stackdriver.kubernetes.location=${REGION} \
3333
--stackdriver.kubernetes.cluster-name=${CLUSTER}
3434
```
3535

@@ -77,10 +77,15 @@ static_metadata:
7777

7878
The matrix below lists the versions of Prometheus Server and other dependencies that have been qualified to work with releases of `stackdriver-prometheus-sidecar`.
7979

80-
| sidecar version | **Prometheus 2.4.3** | **Prometheus 2.5.x** | **Prometheus 2.6.x** |
81-
|------------|------------------|-------------------|-------------------|
82-
| **0.2.x** || - | - |
83-
| **0.3.x** || - ||
80+
| sidecar version | **Prometheus 2.4.3**| **Prometheus 2.5.x**| **Prometheus 2.6.x**|
81+
|-----------------|---------------------|---------------------|---------------------|
82+
| **0.2.x** ||||
83+
| **0.3.x** ||||
84+
| **0.4.x** | ? |||
85+
86+
- ✓: Verified as compatible.
87+
- ✗: Verified as incompatible.
88+
- ?: Not verified yet.
8489

8590
## Alternatives
8691

0 commit comments

Comments
 (0)