mozilla-services / metlog-py

INACTIVE - http://mzl.la/ghe-archive - Python library for Services metrics logging
36 stars 8 forks source link

Metlog _config attribute should be json instead of a full dictionary #42

Closed crankycoder closed 11 years ago

crankycoder commented 11 years ago

The _config attribute that hangs off the metlog client instance should probably be JSON instead of a full dictionary.

During debugging of a live application, systems like Sentry and Django may not expose all depths of a dictionary. We can avoid this entirely by just flattenting the config into a JSON string.