pixitha opened a new issue, #12622: URL: https://github.com/apache/trafficserver/issues/12622
Our build is based on 10.1.0 ASF, which should include https://github.com/apache/trafficserver/pull/11844 but we're seeing most of the counters for OTHER instead: ``` proxy.process.ssl.group.user_agent.OTHER 79585703 proxy.process.ssl.group.user_agent.P-256 18643569 proxy.process.ssl.group.user_agent.P-384 12096 proxy.process.ssl.group.user_agent.P-521 0 proxy.process.ssl.group.user_agent.X25519 143839343 proxy.process.ssl.group.user_agent.P-224 0 proxy.process.ssl.group.user_agent.X448 0 proxy.process.ssl.group.user_agent.ffdhe2048 0 proxy.process.ssl.group.user_agent.ffdhe3072 0 proxy.process.ssl.group.user_agent.ffdhe4096 0 proxy.process.ssl.group.user_agent.ffdhe6144 0 proxy.process.ssl.group.user_agent.ffdhe8192 0 ``` I would have expected to see `proxy.process.ssl.group.user_agent.X25519MLKEM768` here, as this box has openssl 3.5.2 -- 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]
