Metric Args
fun MetricArgs(bucketName: Output<String>? = null, bucketOptions: Output<BucketOptionsArgs>? = null, description: Output<String>? = null, disabled: Output<Boolean>? = null, filter: Output<String>? = null, labelExtractors: Output<Map<String, String>>? = null, metricDescriptor: Output<MetricDescriptorArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, valueExtractor: Output<String>? = null, version: Output<MetricVersion>? = null)