-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add telemetry page and deploy slow version
- Loading branch information
1 parent
0ae141b
commit 8eaf937
Showing
6 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# View Deployment Telemetry | ||
|
||
Keptn emits DORA metrics and OpenTelemetry traces for every deployment. | ||
|
||
In the codespace, go to the `Ports` tab and open Grafana. | ||
|
||
Login with these details: | ||
|
||
- Username: `admin` | ||
- Password: `admin` | ||
|
||
* Go to "Dashboards > Browse" | ||
* Open the "Keptn Applications" dashboard in the "Default" folder | ||
|
||
You should see: | ||
|
||
* 1 successful deployment | ||
* Zero failed deployments | ||
* Zero active deployments (this metrics tracks currently-in-progress deployments) | ||
* Zero data for "time between deployments" (this is calculated when there are > 1 deployments) | ||
* A deployment time (in seconds) for `V1.1` | ||
* An OpenTelemetry trace for the `V1.1` deployment | ||
|
||
![telemetry 1](assets/telemetry-1.png) | ||
|
||
Clicking the OpenTelemetry trace displays the end-to-end timings of the deployment as ArgoCD actioned it. | ||
|
||
![telemetry 2](assets/telemetry-2.png) | ||
|
||
➡️ Next: [Deploy a Slow Version of the Application](6-deploy-slow-version.md) ➡️ |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters