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

Integrate Prometheus and Grafana #78

Closed
sourabhagr opened this issue Feb 13, 2023 · 0 comments
Closed

Integrate Prometheus and Grafana #78

sourabhagr opened this issue Feb 13, 2023 · 0 comments

Comments

@sourabhagr
Copy link
Contributor

We currently use Streamlit for dashboarding and have a custom data-logging functionality that logs the data into CSV files to be read by streamlit.

UpTrain config has parameters (st_logging) to turn streamlit logging on and off (https://github.com/uptrain-ai/uptrain/blob/main/uptrain/core/classes/helpers/config_handler.py)

Depending upon the config, the Log Handler class (https://github.com/uptrain-ai/uptrain/blob/main/uptrain/core/classes/logging/log_handler.py) - has functions like "add_scalars", "add_histogram", "add_alert", etc. which takes in the data and plot them onto dashboards.

The integration will be primarily done in the Log Handler class

Grafana - https://github.com/grafana/grafana
Prometheus - https://github.com/prometheus/prometheus

@Dominastorm Dominastorm closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants