Skip to content

Commit b20cda7

Browse files
(DOCSP-25025) Monitoring Page (#20)
1 parent d5a5d27 commit b20cda7

File tree

6 files changed

+301
-35
lines changed

6 files changed

+301
-35
lines changed

snooty.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ default-heartbeat-topic = "__mongodb_heartbeats"
2828
query-api = "MongoDB Query API"
2929
jmx-long = "Java Management Extensions"
3030
jmx-hover = ":abbr:`JMX ({+jmx-long+})`"
31+
l4j = "Log4j"
32+
metrics-path = "com.mongodb.kafka.connect"
33+
java-se = "Java Platform, Standard Edition"
34+
jconsole = "JConsole"
35+
jconsole_command = "jconsole"
36+
kafka_api_docs_base = "https://kafka.apache.org/32/"
3137

3238
write-exception-version="1"
3339
write-concern-exception-version="1"

source/index.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MongoDB Kafka Connector
1919
Sink Connector </sink-connector>
2020
Source Connector </source-connector>
2121
Security and Authentication </security-and-authentication>
22-
Monitoring and Logging </monitoring-and-logging>
22+
Monitoring </monitoring>
2323
Migrate from the Community Connector <migrate-from-kafka-connect-mongodb>
2424
Troubleshooting </troubleshooting>
2525
How to Contribute </contribute>
@@ -45,7 +45,8 @@ sections:
4545
- :doc:`Sink Connector </sink-connector>`
4646
- :doc:`Source Connector </source-connector>`
4747
- :doc:`Security and Authentication </security-and-authentication>`
48-
:doc:`Migrate from the Community Connector </migrate-from-kafka-connect-mongodb>`
48+
- :doc:`Monitoring </monitoring>`
49+
- :doc:`Migrate from the Community Connector </migrate-from-kafka-connect-mongodb>`
4950
- :doc:`Troubleshooting </troubleshooting>`
5051
- :doc:`How to Contribute </contribute>`
5152
- :doc:`Issues & Help </issues-and-help>`

source/introduction/converters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To learn more about converters, see the following resources:
2929

3030
- `Article from Confluent <https://www.confluent.io/blog/kafka-connect-deep-dive-converters-serialization-explained/#configuring-converters>`__.
3131
- `Confluent Article on Kafka Connect Concepts <https://docs.confluent.io/platform/current/connect/concepts.html#converters>`__
32-
- `Converter Interface API Documentation <https://kafka.apache.org/24/javadoc/org/apache/kafka/connect/storage/Converter.html>`__
32+
- `Converter Interface API Documentation <{+kafka_api_docs_base+}javadoc/org/apache/kafka/connect/storage/Converter.html>`__
3333

3434
Available Converters
3535
--------------------

source/logging.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _kafka-logging:
2+
3+
=======
4+
Logging
5+
=======
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
Overview
16+
--------
17+
18+
TODO: write this page

0 commit comments

Comments
 (0)