Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stackdriver-prometheus-sidecar \
--stackdriver.project-id=${GCP_PROJECT} \
--prometheus.wal-directory=${WAL_DIR} \
--prometheus.api-address=${API_ADDRESS} \
--stackdriver.kubernetes.location=${REGION} \
--stackdriver.kubernetes.location=${REGION} \
--stackdriver.kubernetes.cluster-name=${CLUSTER}
```

Expand Down Expand Up @@ -77,10 +77,15 @@ static_metadata:

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

| sidecar version | **Prometheus 2.4.3** | **Prometheus 2.5.x** | **Prometheus 2.6.x** |
|------------|------------------|-------------------|-------------------|
| **0.2.x** | ✓ | - | - |
| **0.3.x** | ✓ | - | ✓ |
| sidecar version | **Prometheus 2.4.3**| **Prometheus 2.5.x**| **Prometheus 2.6.x**|
|-----------------|---------------------|---------------------|---------------------|
| **0.2.x** | ✓ | ✗ | ✗ |
| **0.3.x** | ✓ | ✗ | ✓ |
| **0.4.x** | ? | ✗ | ✓ |

- ✓: Verified as compatible.
- ✗: Verified as incompatible.
- ?: Not verified yet.

## Alternatives

Expand Down