Skip to content

Commit

Permalink
revert back GitHub Action chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Oct 1, 2024
1 parent b82b73d commit c4b1041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public async Task<List<ResourceAssociatedMeasuredMetric>> BatchQueryMetricAsync(
Guard.NotNullOrWhitespace(metricName, nameof(metricName));
Guard.NotLessThan(resourceIds.Count(), 1, nameof(resourceIds));
Guard.NotNull(_metricsBatchQueryClient, nameof(_metricsBatchQueryClient));

// Get all metrics
var startQueryingTime = DateTime.UtcNow;
var metricNamespaces = await _metricsQueryClient.GetAndCacheMetricNamespacesAsync(resourceIds.First(), _resourceMetricDefinitionMemoryCache, _metricDefinitionCacheDuration);
Expand Down

0 comments on commit c4b1041

Please sign in to comment.