masaori335 opened a new issue, #11123: URL: https://github.com/apache/trafficserver/issues/11123
`proxy.process.http.*` are metrics, but it match with `traffic_ctl config match http` by somehow. ``` /opt/ats-asf-master-debug/bin/traffic_ctl config match http proxy.process.http.background_fill_bytes_aborted: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.background_fill_bytes_completed: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.background_fill_current_count: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.background_fill_total_count: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.broken_server_connections: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_deletes: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_fresh: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_ims: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_mem_fresh: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_revalidated: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_rww: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_hit_stale_served: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_lookups: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_miss_changed: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_miss_client_no_cache: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_miss_cold: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_miss_ims: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_miss_client_not_cacheable: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.milestone.cache_open_read_begin: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.milestone.cache_open_read_end: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache.open_write.adjust_thread: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.milestone.cache_open_write_begin: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.milestone.cache_open_write_end: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_read_error: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_read_errors: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_updates: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_write_errors: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.cache_writes: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.completed_requests: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.connect_requests: Unrecognized configuration value. Record is a configuration name/value but is not registered proxy.process.http.current_active_client_connections: Unrecognized configuration value. Record is a configuration name/value but is not registered ... ``` FWIW, `traffic_ctl metric match http` is working as expected. ``` /opt/ats-asf-master-debug/bin/traffic_ctl metric match http proxy.process.http.background_fill_bytes_aborted 0 proxy.process.http.background_fill_bytes_completed 0 proxy.process.http.background_fill_current_count 0 proxy.process.http.background_fill_total_count 0 proxy.process.http.broken_server_connections 0 proxy.process.http.cache_deletes 0 proxy.process.http.cache_hit_fresh 0 proxy.process.http.cache_hit_ims 0 proxy.process.http.cache_hit_mem_fresh 0 proxy.process.http.cache_hit_revalidated 0 proxy.process.http.cache_hit_rww 0 proxy.process.http.cache_hit_stale_served 0 proxy.process.http.cache_lookups 0 proxy.process.http.cache_miss_changed 0 proxy.process.http.cache_miss_client_no_cache 0 proxy.process.http.cache_miss_cold 0 proxy.process.http.cache_miss_ims 0 proxy.process.http.cache_miss_client_not_cacheable 0 proxy.process.http.milestone.cache_open_read_begin 0 proxy.process.http.milestone.cache_open_read_end 0 proxy.process.http.cache.open_write.adjust_thread 0 proxy.process.http.milestone.cache_open_write_begin 0 proxy.process.http.milestone.cache_open_write_end 0 ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
