Netflix-Skunkworks / spectatord

A high performance metrics daemon
Apache License 2.0
24 stars 5 forks source link

Remove registry specific Id creation #8

Closed dmuino closed 3 years ago

dmuino commented 3 years ago

Previously the way we were creating Ids was to use registry->CreateId(...) with the idea of being able to have Ids that were customized to a particular registry. This hasn't been needed at all and it just makes things too verbose. Switch the creation to Id::Of(name, [tags]) instead.