func ProvideSummary(o prometheus.SummaryOpts, labelNames ...string) fx.Annotated {
    return fx.Annotated{
        Name: o.Name,
        Target: func(f Factory) (metrics.Histogram, error) {
            return f.NewSummary(o, labelNames)