|
| 1 | +.. Licensed to the Apache Software Foundation (ASF) under one |
| 2 | + or more contributor license agreements. See the NOTICE file |
| 3 | + distributed with this work for additional information |
| 4 | + regarding copyright ownership. The ASF licenses this file |
| 5 | + to you under the Apache License, Version 2.0 (the |
| 6 | + "License"); you may not use this file except in compliance |
| 7 | + with the License. You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + Unless required by applicable law or agreed to in writing, |
| 12 | + software distributed under the License is distributed on an |
| 13 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | + KIND, either express or implied. See the License for the |
| 15 | + specific language governing permissions and limitations |
| 16 | + under the License. |
| 17 | +
|
| 18 | +.. include:: ../../../../common.defs |
| 19 | + |
| 20 | +.. _admin-stats-core-ssl-group: |
| 21 | + |
| 22 | +TLS Negotiated Group |
| 23 | +******************** |
| 24 | + |
| 25 | +The following statistics provide individual counters for the number of TLS negotiated group with client. |
| 26 | +Some groups do not appear if linked TLS library doesn't support them. |
| 27 | + |
| 28 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.ffdhe2048 integer integer |
| 29 | + :type: counter |
| 30 | + |
| 31 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.ffdhe3072 integer integer |
| 32 | + :type: counter |
| 33 | + |
| 34 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.ffdhe4096 integer integer |
| 35 | + :type: counter |
| 36 | + |
| 37 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.ffdhe6144 integer integer |
| 38 | + :type: counter |
| 39 | + |
| 40 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.ffdhe8192 integer integer |
| 41 | + :type: counter |
| 42 | + |
| 43 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.P-224 integer |
| 44 | + :type: counter |
| 45 | + |
| 46 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.P-256 integer |
| 47 | + :type: counter |
| 48 | + |
| 49 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.P-384 integer |
| 50 | + :type: counter |
| 51 | + |
| 52 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.P-521 integer |
| 53 | + :type: counter |
| 54 | + |
| 55 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.X448 integer integer |
| 56 | + :type: counter |
| 57 | + |
| 58 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.X25519 integer |
| 59 | + :type: counter |
| 60 | + |
| 61 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.X25519MLKEM768 integer |
| 62 | + :type: counter |
| 63 | + |
| 64 | +.. ts:stat:: global proxy.process.ssl.group.user_agent.OTHER integer |
| 65 | + :type: counter |
0 commit comments