Skip to content

Commit

Permalink
Include Blackfire in under 3 minutes video (#4220)
Browse files Browse the repository at this point in the history
* Insert Blackfire in under 3 minutes video

* Mentions Ruby and Rust support

* Allow GET in Upsun docs.

---------

Co-authored-by: Chad Carlson <[email protected]>
Co-authored-by: chadcarlson <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent e0b5df4 commit 6711f8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ you can achieve the following goals:
- Promptly solve identified issues by taking advantage of actionable recommendations
- Create performance budgets for critical parts of your app and get alerted of any problem before a change hits your production

{{< youtube bS4dzuzkir0 >}}
{{< youtube SNqQTYzHl0o >}}

Blackfire is installed natively on {{% vendor/name %}} and [works integrally with the {{% vendor/name %}} workflow](https://www.youtube.com/watch?v=Bq-LFjgD6L0).
This results in an effortless setup process and smooth user experience.
Expand Down Expand Up @@ -192,8 +192,7 @@ cache:
## Get support
If you're experiencing issues with Blackfire and [troubleshooting](#troubleshooting) information doesn't help,
follow these steps:
If you're experiencing issues with Blackfire and [troubleshooting](#troubleshooting) information doesn't help, follow these steps:
1. Retrieve [startup errors](#1-retrieve-startup-errors).
2. Retrieve your [Blackfire logs](#2-retrieve-your-blackfire-logs).
Expand Down
3 changes: 2 additions & 1 deletion sites/upsun/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ security:
- ^GITHUB_
- ^HUGO_HEAP_ID
http:
methods: none
methods:
- GET
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Alerting, and Testing features, you can achieve the following goals:
- Create performance budgets for critical parts of your app and get alerted of any
problem before a change hits your production

{{< youtube SNqQTYzHl0o >}}

Blackfire is installed natively on {{< vendor/name >}} and [works integrally with the {{< vendor/name >}} workflow](https://www.youtube.com/watch?v=Bq-LFjgD6L0).
This results in an effortless setup process and smooth user experience.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ description: Understanding the differences between deterministic and probabilist
Multiple application observability features are available for your {{% vendor/name %}} projects.

A full access to [Blackfire](https://www.blackfire.io/) is bundled with all your PHP and Python projects.
The continuous profiling of your NodeJS and Go applications is available directly from the Console under
the `Profiling` tab of your environments.
The continuous profiling of your NodeJS, Go, Ruby and Rust applications is available directly from the Console under the `Profiling` tab of your environments.

## Blackfire: Deterministic observability for PHP and Python

Expand Down

0 comments on commit 6711f8a

Please sign in to comment.