@@ -135,73 +135,17 @@ To add environment variables:
135135
136136![ Screenshot of the Deploy env variables config screen] ( ./images/env_var.png )
137137
138+ You can re-open the drawer to edit / remove environment variables you have
139+ added. You can also edit the app name on this page, and select which region(s)
140+ the application should be served from.
141+
138142## Build and deploy your app
139143
1401441 . Click ` Create App ` to create the application and start the first build
1411452 . Watch the build progress through the live logs:
142146
143147![ Screenshot of app build logs] ( ./images/build_logs.png )
144148
145- The build logs show these stages:
146-
147- - ** Prepare** : Cloning the repository and restoring caches
148- - ** Install** : Running the install command and framework-specific setup
149- - ** Build** : Executing the build command and preparing the deployment artifact
150- - ** Warm up** : Testing the deployment with a request
151- - ** Route** : Deploying the build to global regions
152-
153- You can cancel a build with the button in the top-left corner, or restart failed
154- builds from the same location.
155-
156- After completion, the top-right shows the preview URL, and below that, all
157- timelines where the build is deployed.
158-
159- ## Monitor your application
160-
161- After deploying, use the observability tools to monitor your application:
162-
163- ### Logs
164-
165- View application logs with filtering options for context, revision, and text
166- content:
167-
168- ![ Screenshot of the Logs page] ( ./images/logs.png )
169-
170- Use the search bar to filter logs (e.g., ` context:production ` , ` revision:<id> ` ).
171- The time picker adjusts the displayed time range.
172-
173- If a log is associated with a trace, you can click "View trace" to see the
174- corresponding trace information.
175-
176- ### Traces
177-
178- View request traces with detailed timing information:
179-
180- ![ Screenshot of the Traces page] ( ./images/traces.png )
181-
182- Click any trace to open the trace view showing all spans in a waterfall
183- visualization:
184-
185- ![ Screenshot of the Trace view] ( ./images/trace.png )
186-
187- The trace view shows:
188-
189- - Timeline of spans with duration
190- - Span details including attributes
191- - Logs emitted during the span To save the environment variables, press the save
192- button. You can re-open the drawer to edit / remove environment variables you
193- have added.
194-
195- You can also edit the app name on this page, and select which region(s) the
196- application should be served from.
197-
198- ## Build and deploy your app
199-
200- Finally, you can press the ` Create App ` button to create the app. This will
201- create the app and immediately trigger the first build:
202-
203- ![ Screenshot of app build logs] ( ./images/build_logs.png )
204-
205149On the build page you can see live streaming build logs split into multiple
206150sections:
207151
@@ -219,9 +163,9 @@ sections:
219163In the top left of this build is a button to cancel the build. For failed
220164builds, there is also a button to restart the build.
221165
222- For completed builds, the top right shows the preview URL of the build . Further
223- down all timelines that this build is deployed to are shown, such as
224- ` Production ` , or ` Git Branch ` timelines.
166+ For completed builds, the top right shows the preview URL. Further down all
167+ timelines that this build is deployed to are shown, such as ` Production ` , or
168+ ` Git Branch ` timelines.
225169
226170You can also see how the build was triggered on this page. This can either be
227171` manual action ` , for builds triggered through the UI, or ` GitHub repo ` for
@@ -232,12 +176,15 @@ URLs shown in the timelines list.
232176
233177## Monitor your application
234178
235- After visiting your application , you can view telemetry about your application
236- in the form of the logs and traces available in our observability panels. You
237- can visit these pages by clicking the respective buttons in the left sidebar.
179+ After deploying , you can view telemetry about your application in the form of
180+ the logs and traces available in our observability panels. You can visit these
181+ pages by clicking the respective buttons in the left sidebar.
238182
239183### Logs
240184
185+ View application logs with filtering options for context, revision, and text
186+ content:
187+
241188![ Screenshot of the Logs page] ( ./images/logs.png )
242189
243190The logs page shows all recent logs in the project. By default logs from all
@@ -246,7 +193,7 @@ search bar at the top, the shown logs can be restricted. For example, to filter
246193to only production logs, add ` context:production ` to the search bar. To only
247194show logs from a certain revision, use ` revision:<id> ` etc.
248195
249- You can also use full text search in the search bar. The full text search fill
196+ You can also use full text search in the search bar. The full text search will
250197filter down the log entries to only those containing the text written,
251198case-insensitively.
252199
@@ -260,6 +207,8 @@ trace. Clicking this button will open the respective trace as an overlay.
260207
261208### Traces
262209
210+ View request traces with detailed timing information:
211+
263212![ Screenshot of the Traces page] ( ./images/traces.png )
264213
265214The traces page shows all recent traces in the project. By default traces from
0 commit comments