Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/observability/debugger-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ rows:
- name: "`proxy.kong.upstream.status_code`"
description: |
Status code returned by the upstream to {{site.base_gateway}}.
- name: "`proxy.kong.upstream.address`"
description: |
DNS name and port of the selected upstream.
- name: "`http.response.status_code`"
description: |
Status code sent back by {{site.base_gateway}} to client.
Expand Down Expand Up @@ -155,6 +158,8 @@ rows:
description: x509 DN for cert Kong presented.
- name: "`tls.cipher`"
description: Negotiated cipher.
- name: "`tls.client.server_name`"
description: TLS SNI value sent by the client.
{% endtable %}
<!--vale on-->
### kong.phase.certificate
Expand Down
Loading