You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/07/28 06:01:58 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#c217b8f)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 83f7784bd08 Docs sync done from apache/pulsar(#c217b8f)
83f7784bd08 is described below

commit 83f7784bd08c81e6dced0b5b181f6b64845aa5f2
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Thu Jul 28 06:01:53 2022 +0000

    Docs sync done from apache/pulsar(#c217b8f)
---
 site2/website-next/docs/reference-configuration.md               | 6 +-----
 site2/website-next/docs/reference-metrics.md                     | 9 +++++++++
 .../versioned_docs/version-2.10.1/reference-configuration.md     | 6 +-----
 .../versioned_docs/version-2.8.3/reference-configuration.md      | 2 +-
 .../versioned_docs/version-2.9.3/reference-configuration.md      | 6 +-----
 5 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/site2/website-next/docs/reference-configuration.md b/site2/website-next/docs/reference-configuration.md
index 1a7f52b1d09..0ba866c10ae 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -443,11 +443,7 @@ You can use the [`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool
 | tlsTrustStoreType | TLS TrustStore type configuration. <li>JKS </li><li>PKCS12 </li>|JKS|
 | tlsTrustStore | TLS TrustStore path. | |
 | tlsTrustStorePassword | TLS TrustStore password. | |
-
-
-
-
-
+| webserviceTlsProvider | The TLS provider for the web service. <br />When TLS authentication with CACert is used, the valid value is either `OPENSSL` or `JDK`.<br />When TLS authentication with KeyStore is used, available options can be `SunJSSE`, `Conscrypt` and so on. | N/A |
 
 ## Log4j
 
diff --git a/site2/website-next/docs/reference-metrics.md b/site2/website-next/docs/reference-metrics.md
index 8e6078375c3..d9f82f2690b 100644
--- a/site2/website-next/docs/reference-metrics.md
+++ b/site2/website-next/docs/reference-metrics.md
@@ -435,6 +435,15 @@ All the subscription metrics are labelled with the following labels:
 | pulsar_subscription_msg_rate_out | Gauge | The total message dispatch rate for a subscription (message per second). |
 | pulsar_subscription_msg_throughput_out | Gauge | The total message dispatch throughput for a subscription (byte per second). |
 | pulsar_subscription_msg_ack_rate | Gauge | The total message acknowledgment rate for a subscription (message per second). |
+| pulsar_subscription_last_expire_timestamp | Gauge | The expiration timestamp of the last message on the subscription. |
+| pulsar_subscription_last_acked_timestamp | Gauge | The timestamp of the last acknowledged message on the subscription. |
+| pulsar_subscription_last_consumed_flow_timestamp | Gauge | The timestamp of the last received consume flow command on the subscription. |
+| pulsar_subscription_last_consumed_timestamp | Gauge | The timestamp of the last consumed message on the subscription. |
+| pulsar_subscription_last_mark_delete_advanced_timestamp | Gauge | The advanced timestamp of the last MarkDelete position on the subscription. |
+| pulsar_subscription_msg_rate_expired | Gauge | The total rate of messages expired on this subscription (message per second). |
+| pulsar_subscription_total_msg_expired | Gauge | The total number of messages expired on this subscription. |
+| pulsar_subscription_msg_drop_rate | Gauge | The rate of messages dropped on this subscription (message per second). |
+| pulsar_subscription_consumers_count | Gauge | The number of connected consumers on this subscription. |
 
 ### Consumer metrics
 
diff --git a/site2/website-next/versioned_docs/version-2.10.1/reference-configuration.md b/site2/website-next/versioned_docs/version-2.10.1/reference-configuration.md
index 7d8eea35b80..5eedbae587a 100644
--- a/site2/website-next/versioned_docs/version-2.10.1/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.10.1/reference-configuration.md
@@ -428,11 +428,7 @@ You can use the [`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool
 | tlsTrustStoreType | TLS TrustStore type configuration. <li>JKS </li><li>PKCS12 </li>|JKS|
 | tlsTrustStore | TLS TrustStore path. | |
 | tlsTrustStorePassword | TLS TrustStore password. | |
-
-
-
-
-
+| webserviceTlsProvider | The TLS provider for the web service. <br />When TLS authentication with CACert is used, the valid value is either `OPENSSL` or `JDK`.<br />When TLS authentication with KeyStore is used, available options can be `SunJSSE`, `Conscrypt` and so on. | N/A |
 
 ## Log4j
 
diff --git a/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md b/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
index 1c1c01b70a4..006450b1906 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
@@ -376,7 +376,7 @@ You can use the [`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool
 | tlsTrustStoreType | TLS TrustStore type configuration. <li>JKS </li><li>PKCS12 </li>|JKS|
 | tlsTrustStore | TLS TrustStore path. | |
 | tlsTrustStorePassword | TLS TrustStore password. | |
-
+| webserviceTlsProvider | The TLS provider for the web service. <br />When TLS authentication with CACert is used, the valid value is either `OPENSSL` or `JDK`.<br />When TLS authentication with KeyStore is used, available options can be `SunJSSE`, `Conscrypt` and so on. | N/A |
 
 ## Service discovery
 
diff --git a/site2/website-next/versioned_docs/version-2.9.3/reference-configuration.md b/site2/website-next/versioned_docs/version-2.9.3/reference-configuration.md
index 4ef1ceb6bdf..0afcbeebbf7 100644
--- a/site2/website-next/versioned_docs/version-2.9.3/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.9.3/reference-configuration.md
@@ -377,11 +377,7 @@ You can use the [`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool
 | tlsTrustStoreType | TLS TrustStore type configuration. <li>JKS </li><li>PKCS12 </li>|JKS|
 | tlsTrustStore | TLS TrustStore path. | |
 | tlsTrustStorePassword | TLS TrustStore password. | |
-
-
-
-
-
+| webserviceTlsProvider | The TLS provider for the web service. <br />When TLS authentication with CACert is used, the valid value is either `OPENSSL` or `JDK`.<br />When TLS authentication with KeyStore is used, available options can be `SunJSSE`, `Conscrypt` and so on. | N/A |
 
 ## Log4j