fix(outputs.nebius_cloud_monitoring): Use correct endpoint (#14135)

This commit is contained in:
Anton Brekhov 2023-10-23 16:38:24 +03:00 committed by GitHub
parent 1853dd8125
commit 176bfa8f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const (
*/
//nolint:gosec // G101: Potential hardcoded credentials - false positive
defaultMetadataTokenURL = "http://169.254.169.254/computeMetadata/v1/instance/service-accounts/default/token"
defaultMetadataFolderURL = "http://169.254.169.254/computeMetadata/v1/yandex/folder-id"
defaultMetadataFolderURL = "http://169.254.169.254/computeMetadata/v1/instance/vendor/folder-id"
)
func (*NebiusCloudMonitoring) SampleConfig() string {