Skip to content

Docs updates for Server 4.8 #9262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
28258fd
create 4.8 directory
rosieyohannan Mar 6, 2025
21f9351
add 4.8 to sidebar
rosieyohannan Mar 6, 2025
19d134e
Merge branch 'master' into DOCSS-1753-server-4.8
rosieyohannan Mar 10, 2025
8d4a497
ONPREM-1346 | Removing launch agent reference (#9264)
atulsingh0 Mar 10, 2025
a4bec60
Merge branch 'master' into DOCSS-1753-server-4.8
rosieyohannan Apr 3, 2025
9b9f402
Move server partials into correct directory and update set for 4.7 ve…
rosieyohannan Apr 4, 2025
5669ce5
public docs for ref chart (#9305)
soulchips Apr 16, 2025
257faed
[ONPREM-2101] Document accessing the Nomad web UI for troubleshooting…
christian-stephen Apr 24, 2025
b606efa
Update instructions on how to access the Nomad UI (#9361)
christian-stephen Apr 29, 2025
42c2b32
Onprem 2032/externalize nomad servers (#9352)
soulchips Apr 30, 2025
6cdc9af
Update values table for server 4.8 (#9386)
christian-stephen May 20, 2025
d1f8fd4
Update images for air-gap on server 4.8 (#9387)
christian-stephen May 20, 2025
eccae36
add mtls note 4.8 (#9397)
soulchips May 20, 2025
4edca89
Revert "Update instructions on how to access the Nomad UI (#9361)" (#…
christian-stephen Jun 3, 2025
1dd7fdc
Update server images and values for 4.8 (#9424)
christian-stephen Jun 5, 2025
dc61f1f
Merge branch 'master' into DOCSS-1753-server-4.8
rosieyohannan Jun 23, 2025
fd4f7d8
fix link to orb docs and add description of what's in the release
rosieyohannan Jun 23, 2025
d8f4f68
fix up some lint errors
rosieyohannan Jun 23, 2025
ba46209
fix long sentence in upgrade guide
rosieyohannan Jun 23, 2025
679a757
Merge branch 'master' into DOCSS-1753-server-4.8
rosieyohannan Jun 24, 2025
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
Prev Previous commit
Next Next commit
public docs for ref chart (#9305)
* first commit

* update

* updating SLI doc descriptions

* removing dashboard descriptions

* Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

* Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

* Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

* Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

* Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

* change filename and add to sidebar

* add Grafana to linter ok list

* fix xref

---------

Co-authored-by: Rosie Yohannan <rosie@circleci.com>
  • Loading branch information
soulchips and rosieyohannan authored Apr 16, 2025
commit 5669ce5123f69b09a967d4038e015c9b01220708
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Migrating from launch agent to machine runner 3.0 is a straightforward process.
== 1. Uninstall launch agent
The first step is to uninstall launch agent.

. Download the https://github.com/CircleCI-Public/runner-installation-files/tree/main/windows-install[`Uninstall-CircleCIRunner.ps1` script] from GitHub to an easily accessible location.
. Download the https://github.com/CircleCI-Public/runner-installation-files/tree/main/windows-install[`Uninstall-CircleCIRunner.ps1` script] from GitHub to an accessible location.
. Open PowerShell as an administrator and navigate to the directory where you placed the script file.

. Run the following in your PowerShell:
@@ -46,7 +46,7 @@ copy "$env:ProgramFiles\CircleCI\runner-agent-config.yaml" "$desktopDir/runner-a
[#install-machine-runner]
== 3. Install machine runner 3.0

. Download the https://github.com/CircleCI-Public/runner-installation-files/tree/main/windows-install/circleci-runner[`Install-CircleCIRunner.ps1` script] from GitHub to an easily accessible location.
. Download the https://github.com/CircleCI-Public/runner-installation-files/tree/main/windows-install/circleci-runner[`Install-CircleCIRunner.ps1` script] from GitHub to an accessible location.

. Open PowerShell as an administrator and navigate to the directory where you placed the script file.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
contentTags:
platform:
- Server v4.8
- Server Admin
---
= Monitoring stack reference Helm chart
:page-layout: classic-docs
:page-liquid:
:page-description: Learn how to deploy your own monitoring stack using our Helm chart as a reference.
:icons: font
:toc: macro
:toc-title:


You may want to access metrics to gain insight into the performance of builds on your CircleCI server installation. This page provides a sample to show how observability can be set up using the most common tools via a Helm chart package.

CircleCI does not support or provide any tooling to provide observability into the running services and infrastructure that CircleCI server operates in.
This guide is provided as a reference on how you could set up observability and is not an officially supported product. Our reference monitoring stack currently contains samples on how to set up and configure Grafana, Prometheus, and Telegraf, as well as some built-in dashboards for monitoring key service level indicators.

You can find the link:https://github.com/CircleCI-Public/circleci-server-monitoring-reference?tab=readme-ov-file#server-monitoring-stack[reference monitoring stack on our public GitHub], as well as more information on how you could configure this setup. You will also find information on link:https://github.com/CircleCI-Public/circleci-server-monitoring-reference?tab=readme-ov-file#modifying-or-adding-grafana-dashboards[adding to or editing the existing dashboards].
2 changes: 2 additions & 0 deletions jekyll/_data/sidenav.yml
Original file line number Diff line number Diff line change
@@ -800,6 +800,8 @@ en:
link: server/latest/operator/managing-build-artifacts
- name: Usage data collection
link: server/latest/operator/usage-data-collection
- name: Monitoring stack reference Helm chart
link: server/latest/operator/monitoring-stack-reference-helm-chart
- name: CircleCI server security features
link: server/latest/operator/circleci-server-security-features
- name: Application lifecycle
1 change: 1 addition & 0 deletions styles/config/vocabularies/Docs/accept.txt
Original file line number Diff line number Diff line change
@@ -160,6 +160,7 @@ GKE
\bGoogle Play Store\b
GPU
Gradle
Grafana
Gzip
HashiCorp
[Hh]eadspace