Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 16:41
· 131 commits to main since this release
16c77ee

Added

  • Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
    target_metrics:      
      - prometheus: #core agent telemetry
          uri: "http://127.0.0.1:5000/telemetry"
          tags:
            sub_agent: "core"
            any_label: "any-string-value"