-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new sample manifests for GKE AI workloads
These will be embedded in new docs at https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/introduction for how to instrument and observe these workloads.
- Loading branch information
Showing
6 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# NVIDIA Triton sample manifests | ||
|
||
Please refer to the [Google Cloud documentation](https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/nvidia-triton) for how to use these manifests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: monitoring.googleapis.com/v1 | ||
kind: PodMonitoring | ||
metadata: | ||
name: triton | ||
labels: | ||
app.kubernetes.io/name: triton | ||
app.kubernetes.io/part-of: google-cloud-managed-prometheus | ||
spec: | ||
endpoints: | ||
- port: 8002 | ||
scheme: http | ||
interval: 30s | ||
path: /metrics | ||
selector: | ||
matchLabels: | ||
app: triton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Text Generation Inference (TGI) sample manifests | ||
|
||
Please refer to the [Google Cloud documentation](https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/tgi) for how to use these manifests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: monitoring.googleapis.com/v1 | ||
kind: PodMonitoring | ||
metadata: | ||
name: tgi | ||
labels: | ||
app.kubernetes.io/name: tgi | ||
app.kubernetes.io/part-of: google-cloud-managed-prometheus | ||
spec: | ||
endpoints: | ||
- port: 8080 | ||
scheme: http | ||
interval: 30s | ||
path: /metrics | ||
selector: | ||
matchLabels: | ||
app: tgi-gemma-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# vLLM sample manifests | ||
|
||
Please refer to the [Google Cloud documentation](https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/vllm) for how to use these manifests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: monitoring.googleapis.com/v1 | ||
kind: PodMonitoring | ||
metadata: | ||
name: vllm | ||
labels: | ||
app.kubernetes.io/name: vllm | ||
app.kubernetes.io/part-of: google-cloud-managed-prometheus | ||
spec: | ||
endpoints: | ||
- port: 8000 | ||
scheme: http | ||
interval: 30s | ||
path: /metrics | ||
selector: | ||
matchLabels: | ||
app: vllm-gemma-server |