bito-code-review[bot] commented on code in PR #32487:
URL: https://github.com/apache/superset/pull/32487#discussion_r3752220453


##########
docs/admin_docs/configuration/event-logging.mdx:
##########
@@ -50,13 +50,28 @@ Superset can be configured to log events to 
[StatsD](https://github.com/statsd/s
 if desired. Most endpoints hit are logged as
 well as key events like query start and end in SQL Lab.
 
-To setup StatsD logging, it’s a matter of configuring the logger in your 
`superset_config.py`.
-If not already present, you need to ensure that the `statsd`-package is 
installed in Superset's python environment.
+By default, Superset also collects gunicorn 
[metrics](https://docs.gunicorn.org/en/stable/instrumentation.html).

Review Comment:
   <!-- Bito Reply -->
   The update to the documentation link is correct. The new URL points to the 
current Gunicorn documentation for instrumentation, which resolves the issue 
identified in the review.
   
   **docs/admin_docs/configuration/event-logging.mdx**
   ```
   -By default, Superset also collects gunicorn 
[metrics](https://docs.gunicorn.org/en/stable/instrumentation.html).
   +By default, Superset also collects gunicorn 
[metrics](https://gunicorn.org/instrumentation/).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to