Articles on: Meteor Apps

App


Overview


Get a snapshot of the realtime status of your app and resource usage over time on the app overview page.


App Overview


You may also want to consider using Meteor APM for more insight.


Usage


Your app's resource usage is determined by the size and number of containers. Galaxy combines the resources of all containers to determine the resources available to your app. Customers can view app resource usage on the app overview page.


Performance Graphs


Containers


Galaxy containers are packaged environments for Meteor apps. Dive into individual container performance metrics on the container page. Read more in the containers and container environment articles.


Container Performance


Logs


Galaxy records the output of your app's logs in addition to printing operational logs for your deployment. Logs are aggregated from all containers in your app and ordered chronologically. Read more in the logs article.


Logs


You can filter logs from a specific container on the app container page.


Icons


Icons in your app's dashboard will display the current state of your app.


Green Circle


The green full circle indicates that your app's container set is running, and passed its health checks. For an app that should be running, this is the desired state.


Outlined Green Circle


The outlined green full circle means that your app's container set status is starting, updating, or stopping. It should leave this state fairly quickly.


Outlined Green Empty Circle


The outlined green empty circle means that your app's container set has experienced an issue while starting.


This means your app has never successfully run all its containers, or has not since the last time it was stopped, and your app is currently running containers fewer in number than the amount it is trying to run (the containers it is running may also be unhealthy). You will only see this icon upon your app's initial deploy, or when restarting it from a stopped state.


Potential causes include a build failure caused by an inability to build your code as written, or a regular crash upon startup. The problem will need to be resolved before your app can successfully run.


Red Circle


The red full circle indicates that all the containers your app is trying to run are unhealthy. Your app won't be able to load or run successfully until you resolve the issue.


Gray Circle


The gray full circle indicates that you stopped your entire app, and the process of stopping is complete. By extension, it also means that all the containers in your app's container set are stopped.


If necessary, you can check the Activity Log in your account's right-hand sidebar to determine which user(s) completed this action. You can always restart your app, at any time.


Settings


Meteor Settings


View the meteor settings and environment variables in your app's settings.json file. Learn more in the environment variables article.


Domains and SSL


Manage the custom domains that you can use to access your app and SSL encryption. Learn more about adding custom domains and enabling SSL encryption.


Container Size


Scale vertically by adjusting the size of your containers. Learn more about scaling your app.


Stopping & deleting apps


Stopping an app shuts down all of its containers. When stopped, the app's settings are preserved and organization members may continue to view app logs and performance metrics.


Deleting an app shuts down all containers and removes the app from your Galaxy account.

Updated on: 14/04/2025