method addTags will not add tags because "this" keyword is missing.
chiragarora17 opened this issue · 2 comments
chiragarora17 commented
In Metric.java, I tried using addTags but for some reason, it wasn't adding the tags. When I debugged it, I found that you were using same name variable "tags" locally and globally and therefore, tags from map wasn't added into the global variable. Please use this.tags on line 76
FrEaKmAn commented
jsabin commented
Fixed.