Skip to content

Commit

Permalink
add filters to pub-sub-topic.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philshin-google authored Jan 2, 2025
1 parent 68475ed commit c2ee0b9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion dashboards/google-pub-sub/pub-sub-topic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"displayName": "Pub/Sub",
"dashboardFilters": [
{
"labelKey": "project_id",
"filterType": "RESOURCE_LABEL"
},
{
"labelKey": "topic_id",
"filterType": "RESOURCE_LABEL"
},
{
"labelKey": "subscription_id",
"filterType": "RESOURCE_LABEL"
}
],
"mosaicLayout": {
"columns": 48,
"tiles": [
Expand Down Expand Up @@ -426,4 +440,4 @@
}
]
}
}
}

0 comments on commit c2ee0b9

Please sign in to comment.