Skip to content
Open
Changes from all commits
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
2 changes: 2 additions & 0 deletions pkg/ddc/base/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ func WithClientMetrics(clientMetrics datav1alpha1.ClientMetrics) RuntimeInfoOpti
}
}

// 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