From 9641947e1f39863ac01690742db2c626f4cd565f Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 9 Dec 2025 14:20:41 -0500 Subject: [PATCH 1/4] chore(home): reword for inclusion of observability other than JFR --- _config.yml | 3 ++- _layouts/home.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 95a2ece8..29229036 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,8 @@ title: Cryostat author: Cryostat Community email: cryostat-development@googlegroups.com description: >- # this means to ignore newlines until "baseurl:" - JDK Flight Recorder Management for Kubernetes and OpenShift. Sponsored by Red Hat. + Observability, monitoring, profiling, and JDK Flight Recorder Management for JVMs in containers. + Sponsored by Red Hat. baseurl: "" # the subpath of your site, e.g. /blog url: "https://cryostat.io" # the base hostname & protocol for your site, e.g. http://example.com #twitter_username: diff --git a/_layouts/home.html b/_layouts/home.html index 662374db..c39ba884 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -13,7 +13,7 @@
JFR for Containerized Java Applications
- Securely manage JFR recordings for your containerized Java workloads. Start, stop, and dump recordings for further analysis with triggers on Kubernetes + Securely manage JDK Flight Recorder (JFR) and other performance data for your containerized Java workloads.
Cryostat is an upstream project sponsored by Red Hat and is available for From a638c88383b5be0a0e533d097037917d777b8a2c Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 9 Dec 2025 14:26:19 -0500 Subject: [PATCH 2/4] fixup! chore(home): reword for inclusion of observability other than JFR --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index c39ba884..a291bff4 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -10,7 +10,7 @@
-
JFR for Containerized Java Applications
+
Observability for Java in Containers
Securely manage JDK Flight Recorder (JFR) and other performance data for your containerized Java workloads. From 88b1daa26dc67791fa4d0bbb829f71eecd818954 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 9 Dec 2025 14:28:29 -0500 Subject: [PATCH 3/4] GH discussions link --- _includes/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 1a4334d4..c679e649 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -8,7 +8,8 @@ From ae4a92a933a2fb4798bcfd59f9f72939eee0251a Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 10 Dec 2025 09:40:02 -0500 Subject: [PATCH 4/4] self hosting --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index a291bff4..cd6285b7 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -10,7 +10,7 @@
-
Observability for Java in Containers
+
Self-Hosted Observability for Java in Containers
Securely manage JDK Flight Recorder (JFR) and other performance data for your containerized Java workloads.