v0.23.0-rc0
Pre-release
Pre-release
github-actions
released this
19 Aug 19:31
·
235 commits
to main
since this release
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-agent" any-label: "any-string-value"