Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state"Under Discussion"

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

SelectorMetrics like socket-server-metrics.connection-count,  socket-server-metrics.connection-close-rate etc are tagged with networkProcessor:<id> where the id of a network processor is just a numeric integer.

...

This KIP is co-authored with Mickael Maison

Public Interfaces

  • Monitoring

The metrics in the socket-server-metrics group  will gain two new entries in their tags map, Security Protocol name and the Listener name

Proposed Changes

Example representation of the metrics in JConsole :

...

Proposed tag set : security protocol, listener name, network processor id

Compatibility, Deprecation, and Migration Plan

  • What impact (if any) will there be on existing users?

    Users currently using reporters that do not support metric tags and flatten the tags map into the metrics name, will find that the name has changed

Rejected Alternatives