Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-7291

Cluster and Member micrometer common tags should not be used with empty values

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.11.0
    • 1.11.0
    • statistics
    • None

    Description

      Creating tags without values is something that Micrometer recommends against doing. With our common tags we need to consider the implications of adding them outside of a server/locator member of a cluster.

      Given I create a cache without a member name 
      When I add a meterregistry to that cache
      Then I should not see the member common tag:
      - member
      And I should see the following common tags:
      - cluster
      - host
      - member_type
      
      Given I create a clientcache through Java
      When I add a meterregistry to that cache
      Then I should not see the following common tags:
      - cluster
      And I should see the following common tags:
      - host
      - member
      - member_type
      

      Attachments

        Issue Links

          Activity

            People

              klund Kirk Lund
              klund Kirk Lund
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m