Skip to content

Commit 8d0ece6

Browse files
committed
add support for P instances on the GPU dashboard
1 parent 1d88fe8 commit 8d0ece6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scrape_configs:
3333
filters:
3434
- name: instance-type
3535
values:
36-
- g*
36+
- g* , p*
3737
relabel_configs:
3838
- source_labels: [__meta_ec2_tag_Name]
3939
target_label: instance_name

0 commit comments

Comments
 (0)