fix(outputs.nebius_cloud_monitoring): Use correct endpoint (#14135)
This commit is contained in:
parent
1853dd8125
commit
176bfa8f37
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue