Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/ddc/base/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ func WithClientMetrics(clientMetrics datav1alpha1.ClientMetrics) RuntimeInfoOpti
return nil
}
}

// GetFuseMetricsScrapeTarget returns the configured metrics scrape target for the Fuse client.
Comment thread
Summitnju marked this conversation as resolved.
// The returned selector indicates which mount modes should expose Fuse metrics for scraping.
func (info *RuntimeInfo) GetFuseMetricsScrapeTarget() mountModeSelector {
return info.fuse.MetricsScrapeTarget
}
Comment on lines +314 to 318
Expand Down