|
2 | 2 |
|
3 | 3 | ## Introduction |
4 | 4 |
|
5 | | -Welcome to the Delivery Metrics demo page! This demo is a fork of the |
6 | | -[OpenTelemetry Demo][oteldemo] leveraging the [Liatrio OTEL Collector][lotelcol] |
7 | | -distribution in an additional profile to provide the following additional |
8 | | -capabilities: |
| 5 | +Welcome to the Delivery Metrics demo page! This demo will use [tag-o11y-quickstart-manifests][quickstart] to spin |
| 6 | +quickly spin up a delivery demo leveraging the [Liatrio OTEL Collector][lotelcol] distribution in an additional profile to provide the following additional capabilities: |
9 | 7 |
|
10 | | -* Leading delivery indicators from GitHub using the Git Provider Receiver |
| 8 | +* Leading delivery indicators from GitHub using the Git Hub Receiver |
11 | 9 | * DORA Metrics from GitHub through the WebHook Event Receiver |
12 | 10 |
|
13 | | -At this point in time, the demo fork is only extended to work locally via |
14 | | -Docker. |
15 | 11 |
|
16 | 12 | ## Getting Started |
17 | 13 |
|
18 | 14 | ### Prerequisites |
19 | | - |
20 | | -* The same set of prerequisites defined for the [OpenTelemetry Demo][oteldemoreqs] |
21 | | -* Clone the [Liatrio OpenTelemetry Demo][loteldemo] using git |
22 | | -* Any prerequisites defined in the [Delivery Demo Documentation][loteldemoreqs] |
| 15 | +* Clone the [tag-o11y-quickstart-manifests][quickstart] using git |
| 16 | +* A local kubernetes cluster |
| 17 | +* Any prerequisites listen in the [tag-o11y-quickstart-manifests][quickstart] docs |
23 | 18 |
|
24 | 19 | ### General Commands |
25 | 20 |
|
26 | | -Once those docs are reviewed and prerequisites met run either (or both): |
| 21 | +Once those docs are reviewed and prerequisites met run: |
27 | 22 |
|
28 | | -* `make start-delivery` |
29 | | -* `make start-dora` |
| 23 | +* `make ghr` |
30 | 24 |
|
31 | 25 | If setup via the guide in the demo, then you should start to see metrics like |
32 | 26 | the below screenshots by navigating to Grafana: |
33 | 27 |
|
34 | 28 | * Grafana: <http://localhost:8080/grafana/> |
35 | 29 |
|
36 | | - |
37 | | - |
38 | 30 |
|
| 31 | +[quickstart]: https://github.com/liatrio/tag-o11y-quick-start-manifests |
39 | 32 | [lotelcol]: https://github.com/liatrio/liatrio-otel-collector |
40 | 33 | [loteldemo]: https://github.com/liatrio/opentelemetry-demo |
41 | 34 | [loteldemoreqs]: https://github.com/liatrio/opentelemetry-demo/blob/main/docs/delivery.md#pre-requisites |
|
0 commit comments