In order promote [best practice](https://github.com/intelsdi-x/snap/blob/master/docs/PLUGIN_AUTHORING.md#plugin-metric-namespace) across every plugins, we should the following namespace standard on plugin examples: `/<organization>/<plugin_name>/...`. [In the rando collector](https://github.com/intelsdi-x/snap-plugin-lib-cpp/blob/master/examples/rando/src/rando.cc#L54-L58), the used standard is `/intel/cpp/mock/...`. I suggest we use `/intel/rando/...` instead (or `/org/rando/...`). See also: https://github.com/intelsdi-x/snap-plugin-lib-py/issues/14
In order promote best practice across every plugins, we should the following namespace standard on plugin examples:
/<organization>/<plugin_name>/....In the rando collector, the used standard is
/intel/cpp/mock/....I suggest we use
/intel/rando/...instead (or/org/rando/...).See also: intelsdi-x/snap-plugin-lib-py#14