func newEmojiReactorMethodCounters(suffix string, appName string, meter metric.Meter) (boundCounters map[string]metric.BoundInt64Counter) {
    boundCounters = make(map[string]metric.BoundInt64Counter)
    mt := metric.Must(meter)

    nAddReactionCounter := []rune("EmojiReactor_AddReaction_" + suffix)