Rostislav Svoboda created WFWIP-128:
---------------------------------------
Summary: Subsystem metrics names
Key: WFWIP-128
URL:
https://issues.jboss.org/browse/WFWIP-128
Project: WildFly WIP
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Subsystem metrics names split (underscore) in incorrect places. So far I noticed these
things in jgroups and messaging.
Underscore is used in some attributes quite often, conversion of {{/}} to {{_}} adds some
confusion.
JGroups
* jgroups_channel_ee_protocol_un_ic_as_t3 ...
* jgroups_channel_ee_protocol_pbcast_gm_s_view ...
* jgroups_channel_ee_protocol_fr_ag3_level ...
* jgroups_channel_ee_protocol_fd_so_ck_id ...
Messaging
* jms_queue_dl_q ...
{code}
[standalone@localhost:10090 channel=ee] ls /subsystem=jgroups/channel=ee/protocol
FD_ALL FRAG3 MFC UDP UNICAST3 pbcast.GMS
pbcast.STABLE
FD_SOCK MERGE3 PING UFC VERIFY_SUSPECT
pbcast.NAKACK2
[standalone@localhost:10090 channel=ee] ls /subsystem=jgroups/channel=ee/protocol=FD_SOCK
after_creation_hook=undefined external_addr=undefined
log_suspected_messages=true pingable_members=[rs]
bind_addr=/127.0.0.1 external_port=0 members=(1) rs
port_range=50
cache_max_age=10000 get_cache_timeout=1000
node_crash_monitor_running=false sock_conn_timeout=1000
cache_max_elements=200 id=2
num_suspect_events_generated=0 start_port=0
client_bind_port=0 keep_alive=true
num_suspected_members=0 stats=false
client_bind_port_actual=0 level=undefined num_tries=3
suspect_msg_interval=5000
ergonomics=true local_address=rs ping_dest=null
suspected_members=[]
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)