BedrockStreaming / StatsdBundle

Symfony bundle proving a statsd service and smooth integration in sf2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing decrement method in events

alexsegura opened this issue · comments

The decrement method is not managed by the bundle.

Consider the following configuration:

m6_statsd:
  clients:
    default:
      events:
        order.accepted:
          decrement: "orders.waiting"

It causes the following error:

Unrecognized option "decrement" under "m6_statsd.clients.default.events.order.accepted"

I'll send a pull request shortly.

correct 👍

txs