Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Refine monitoring docs #6938

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
19 changes: 0 additions & 19 deletions docs/monitor/events.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/monitor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ In this section, you will learn how to monitor Kyuubi with logging, metrics etc.

.. toctree::
:maxdepth: 2
:numbered: 3
:glob:

logging
metrics
trouble_shooting
troubleshooting
7 changes: 3 additions & 4 deletions docs/monitor/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- limitations under the License.
-->

# Monitoring Kyuubi - Logging System
# Logging

Kyuubi uses [Apache Log4j2](https://logging.apache.org/log4j/2.x/) for logging since version v1.5.0. For versions v1.4.1 and below, it uses [Apache Log4j](https://logging.apache.org).

Expand Down Expand Up @@ -310,9 +310,8 @@ You will both get the final results and the corresponding operation logs telling

## Further Readings

- [Monitoring Kyuubi - Events System](events.md)
- [Monitoring Kyuubi - Server Metrics](metrics.md)
- [Trouble Shooting](trouble_shooting.md)
- [Metrics](metrics.md)
- [Troubleshooting](troubleshooting.md)
- Spark Online Documentation
- [Monitoring and Instrumentation](https://spark.apache.org/docs/latest/monitoring.html)

2 changes: 1 addition & 1 deletion docs/monitor/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- limitations under the License.
-->

# Monitoring Kyuubi - Server Metrics
# Metrics

Kyuubi has a configurable metrics system based on the [Dropwizard Metrics Library](https://metrics.dropwizard.io/).
This allows users to report Kyuubi metrics to a variety of `kyuubi.metrics.reporters`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- limitations under the License.
-->

# Trouble Shooting
# Troubleshooting

## Common Issues

Expand Down
Loading