You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Retrieve resource recommendations for a Spark job. The caller (Spark Gateway or DJM UI) provides a service name and shard identifier, and SPA returns structured recommendations for driver and executor resources.
36
+
# This endpoint is currently experimental and restricted to Datadog internal use only. Retrieve resource recommendations for a Spark job. The caller (Spark Gateway or DJM UI) provides a service name and SPA returns structured recommendations for driver and executor resources. The version with a shard should be preferred, where possible, as it gives more accurate results.
37
37
#
38
-
# @param shard [String] The shard tag for a spark job, which differentiates jobs within the same service that have different resource needs
39
-
# @param service [String] The service name for a spark job
38
+
# @param service [String] The service name for a spark job.
40
39
# @param opts [Hash] the optional parameters
40
+
# @option opts [String] :bypass_cache The recommendation service should not use its metrics cache.
41
41
# @return [Array<(RecommendationDocument, Integer, Hash)>] RecommendationDocument data, response status code and response headers
# This endpoint is currently experimental and restricted to Datadog internal use only. Retrieve resource recommendations for a Spark job. The caller (Spark Gateway or DJM UI) provides a service name and shard identifier, and SPA returns structured recommendations for driver and executor resources.
110
+
#
111
+
# @param shard [String] The shard tag for a spark job, which differentiates jobs within the same service that have different resource needs
112
+
# @param service [String] The service name for a spark job
113
+
# @param opts [Hash] the optional parameters
114
+
# @option opts [String] :bypass_cache The recommendation service should not use its metrics cache.
115
+
# @return [Array<(RecommendationDocument, Integer, Hash)>] RecommendationDocument data, response status code and response headers
0 commit comments