-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add delivery metrics demo page and update nav (#38)
Also downgrades watchdog due to caching issue. Closes #19
- Loading branch information
Showing
6 changed files
with
81 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Delivery Metrics Demo via GitHub and OpenTelemetry | ||
|
||
## Introduction | ||
|
||
Welcome to the Delivery Metrics demo page! This demo is a fork of the | ||
[OpenTelemetry Demo][oteldemo] leveraging the [Liatrio OTEL | ||
Collector][lotelcol] distribution in an additional profile to provide the | ||
following additional capabilities: | ||
|
||
* Leading delivery indicators from GitHub using the Git Provider Receiver | ||
* DORA Metrics from GitHub through the WebHook Event Receiver | ||
|
||
[oteldemo]: https://opentelemetry.io/docs/demo/ | ||
[lotelcol]: https://github.com/liatrio/liatrio-otel-collector | ||
|
||
At this point in time, the demo fork is only extended to work locally via Docker. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
* The same set of prerequisites defined for the [OpenTelemetry Demo](https://opentelemetry.io/docs/demo/docker-deployment/#prerequisites) | ||
* Any prerequisites defined in the [Delivery Demo Documentation](https://github.com/liatrio/opentelemetry-demo/blob/main/docs/delivery.md) | ||
|
||
### General Commands | ||
|
||
Once those docs are reviewed and prerequisites met run either (or both): | ||
|
||
* `make start-delivery` | ||
* `make start-dora` | ||
|
||
If setup via the guide in the demo, then you should start to see metrics like the below screenshots by navigating to Grafana: | ||
|
||
* Grafana: http://localhost:8080/grafana/ | ||
|
||
<img src="../img/delivery-metrics-dashboard-1.png" width="1000"> | ||
<img src="../img/delivery-metrics-dashboard-2.png" width="1000"> | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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