Browse Logs using UI
Logs are records of events that occur in your deployment, such as requests to your services, errors that occur, and system messages. TrueFoundry provides you with logs at 2 levels:- Deployment Level Logs: This will show the combined logs from all the pods in the deployment.
- Pod Level Logs: This allows you to view logs for an individual pod in the deployment.
Metrics Dashboard
Metrics dashboard provides a visual representation of the metrics collected from your application like CPU Usage, GPU Usage, Network Usage etc. This allows you quick and easy way to identify fluctuations and potential performance bottlenecks. TrueFoundry provides you with metrics dashboards at two levels:- Deployment Level Metrics: This will show the combined metrics from all the pods in the deployment.
- Pod Level Metrics: This allows you to view metrics for an individual pod in the deployment.
View Events List
Events are the occurrences that happen in your TrueFoundry deployment. They can be triggered by a variety of things, a few examples of which are:- Deploying a new service version
- Starting or stopping a pod
- A pod crashing
- Deployment Level Events: This will show the combined events from all the pods in the deployment.
- Pod Level Events: This allows you to view events for an individual pod in the deployment.
Set up Monitoring through Grafana
Grafana is a popular open-source dashboarding tool that can plot the different metrics in Prometheus. Since TrueFoundry services metrics are present in Prometheus, they can be viewed in Grafana also. Exporting the metrics dashboard to Grafana will enable the following scenarios:- Customizable dashboards: Grafana allows you to create custom dashboards that display the metrics that are most important to you.
- Alerting: You can set up alerts in Grafana to notify you when certain metrics reach specific thresholds.
- Integration with other tools: Grafana integrates with a variety of other tools, such as Prometheus and Elasticsearch, so you can consolidate your monitoring data into a single platform.
Export Metrics Dashboard to Grafana
feature as described below.
Prerequisites
Before you can start exporting your Service’s Metrics Dashboard to Grafana, you need to complete the following prerequisites:- Install Grafana on your Cluster: Follow the instructions provided below to install Grafana on your cluster.
- Obtain Grafana Credentials: Once Grafana is installed, follow the instructions below and obtain the necessary credentials. These credentials will be used later in the process of accessing your Grafana Dashboard