beberlei / metrics

Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.
316 stars 38 forks source link

Fixes parameter name that caused Bundle to failed configuration for statsd #1

Closed marcw closed 12 years ago

beberlei commented 12 years ago

Thanks. Haven't tested statsd out of symfony

beberlei commented 12 years ago

wait, this is wrong. hostname and host are something different. Host was just missing from the configuration. Let me fix it.

beberlei commented 12 years ago

See 607c1f4a33d587a164fb9b2bbc5b5b7dbcd71be3

marcw commented 12 years ago

Okay. I did took the least confusing path for bundle user. Thanks for fixing it quickly.

beberlei commented 12 years ago

Well some services require the hostname to know where the data comes from, others require a host to connect to. I should think of osme way to fix this confusion.