Skip to content

Commit

Permalink
renaming queries
Browse files Browse the repository at this point in the history
  • Loading branch information
wejdross committed May 9, 2023
1 parent 4f51fe8 commit e6ac563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/db/seeds.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var DefaultQueries = []Query{
var renderedQueries = []RenderedQuery{
{
Query: Query{
Name: "appcat_postgresql_managed_by_vshn",
Name: "appcat_postgresql_by_vshn",
Description: "Number of VSHN managed postgres instances",
Unit: "Instances",
},
Expand All @@ -95,7 +95,7 @@ var renderedQueries = []RenderedQuery{
},
{
Query: Query{
Name: "appcat_redis_vshn_standalone",
Name: "appcat_redis_by_vshn",
Description: "Number of VSHN managed redis instances",
Unit: "Instances",
},
Expand Down

0 comments on commit e6ac563

Please sign in to comment.