CloudMonitoring: Update sdks to latest (#65252)
* Upgrade grafana-google-sdk-go to v0.1.0 * Upgrade @grafana/google-sdk to 0.1.1 * Update doc with provisioning example * Remove unused types * Use config types from the sdk * Add metrics
This commit is contained in:
@@ -300,7 +300,7 @@ func Test_getGCEDefaultProject(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
gceDefaultProjectGetter: func(ctx context.Context) (string, error) {
|
||||
gceDefaultProjectGetter: func(ctx context.Context, scope string) (string, error) {
|
||||
return project, nil
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user