Retrieve a specific metric by its name.
Returns a MetricType object for the given metric name.
metric = galtea.metrics.get_by_name(name="YOUR_METRIC_NAME")
The name of the metric you want to retrieve.