Closed svdgraaf closed 7 years ago
@nicka updated :)
@svdgraaf @nicka This change actually limits the way to push different metrics (like from different exchanges) to different namespaces. It is set to to service: ${file(package.json):name}
which is
{
"name": "coinboss",
...
Also, it is set to all lowercase while all namespaces in CloudWatch are with a capital.
The naming convention differs. Sometimes with capital, sometimes without. It's better to have them consistent, as this makes things more predictable.
Merging this PR will make everything use the central service designator, which will always be consistent.