Skip to content

Commit

Permalink
Update libbeat/processors/add_cloud_metadata/provider_azure_vm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
MichaelKatsoulis and andrewkroh authored Mar 8, 2024
1 parent 99db284 commit df6f6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/processors/add_cloud_metadata/provider_azure_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var azureVMMetadataFetcher = provider{
if err != nil {
return hfetcher, fmt.Errorf("failed to create new http metadata fetcher: %w", err)
}
// fetcher represents an azure metadata fetcher. The struct includes two type of fetchers.
// fetcher represents an azure metadata fetcher. The struct includes two types of fetchers.
// 1. An http fetcher(hfetcher) which retrieves metadata from azure metadata endpoint and
// 2. A generic fetcher(gfetcher) which uses azure sdk to retrieve metadata of azure managed clusters.
fetcher, err := newAzureMetadataFetcher("azure", hfetcher)
Expand Down

0 comments on commit df6f6c5

Please sign in to comment.