spectator-api/src/jmh/java/com/netflix/spectator/perf/IdHash.java [41:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      .withTag(    "nf.app", "test_app")
      .withTag("nf.cluster", "test_app-main")
      .withTag(    "nf.asg", "test_app-main-v042")
      .withTag(  "nf.stack", "main")
      .withTag(    "nf.ami", "ami-0987654321")
      .withTag( "nf.region", "us-east-1")
      .withTag(   "nf.zone", "us-east-1e")
      .withTag(   "nf.node", "i-1234567890")
      .withTag(   "country", "US")
      .withTag(    "device", "xbox")
      .withTag(    "status", "200")
      .withTag(    "client", "ab");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spectator-api/src/jmh/java/com/netflix/spectator/perf/Ids.java [135:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        .withTag(    "nf.app", "test_app")
        .withTag("nf.cluster", "test_app-main")
        .withTag(    "nf.asg", "test_app-main-v042")
        .withTag(  "nf.stack", "main")
        .withTag(    "nf.ami", "ami-0987654321")
        .withTag( "nf.region", "us-east-1")
        .withTag(   "nf.zone", "us-east-1e")
        .withTag(   "nf.node", "i-1234567890")
        .withTag(   "country", "US")
        .withTag(    "device", "xbox")
        .withTag(    "status", "200")
        .withTag(    "client", "ab");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



