Skip to content

Commit

Permalink
Add monitoring and analytics section
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Jul 28, 2024
1 parent 7600f69 commit 80a1837
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ add packages to the list.
- [Testing](#testing)
- [Profiling](#profiling)
- [Scaling](#scaling)
- [Monitoring and Analytics](#monitoring-and-analytics)
- [Miscellaneous](#miscellaneous)
- [UI Customization](#ui-customization)
- [Dependency Resolution](#dependency-resolution)
Expand Down Expand Up @@ -684,6 +685,13 @@ add packages to the list.
- [FutureManager](https://github.com/Boehringer-Ingelheim/FutureManager) - Background processes for long-running operations in Shiny applications.
- [shiny.worker](https://github.com/Appsilon/shiny.worker) - Delegate heavy computation tasks to a separate process in a Shiny application.

### Monitoring and Analytics

- [shinymetrics](https://github.com/devOpifex/shinymetrics) - Track shiny applications with Shinymetrics, providing analytics and telemetry for Shiny applications.
- [titan](https://github.com/devOpifex/titan) - Prometheus monitoring for Shiny applications, plumber APIs, and other R web services.
- [openmetrics](https://github.com/atheriel/openmetrics) - An opinionated Prometheus client for R conforming to the OpenMetrics standard.
- [pRometheus](https://github.com/cfmack/pRometheus) - Prometheus client library for R, Plumber, and Shiny.

## Miscellaneous

*Not necessarily an R package, but it helps.*
Expand Down

0 comments on commit 80a1837

Please sign in to comment.