Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ title: Cryostat
author: Cryostat Community
email: [email protected]
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:
Expand Down
3 changes: 2 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Reach us at:</li>
<li><a href="https://groups.google.com/g/cryostat-development">Cryostat Mailing List</a></li>
<li><a href="https://groups.google.com/g/cryostat-development">Mailing List</a></li>
<li><a href="https://github.com/cryostatio/cryostat/discussions">GitHub Discussions</a></li>
</ul>
</div>

Expand Down
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<main class="page-content cryostat-home" aria-label="Content">
<div class="wrapper">
<div class="cryostat-blurb">
<div class="cryostat-blurb-top">JFR for Containerized Java Applications</div>
<div class="cryostat-blurb-top">Self-Hosted Observability for Java in Containers</div>
<div>
<div>
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.
</div>
<div style="margin-top: 2em">
Cryostat is an upstream project sponsored by Red Hat and is available for
Expand Down