|
| 1 | +--- |
| 2 | +title: Training |
| 3 | +menu: { main: { weight: 45 } } |
| 4 | +description: OpenTelemetry certifications and courses |
| 5 | +type: docs |
| 6 | +body_class: ot-training |
| 7 | +hide_feedback: true |
| 8 | +# LF course image from: |
| 9 | +# https://training.linuxfoundation.org/wp-content/uploads/2024/10/LFS148-Course-Badge-300x300.png |
| 10 | +params: |
| 11 | + LFS148: https://training.linuxfoundation.org/training/getting-started-with-opentelemetry-lfs148/ |
| 12 | +cSpell:ignore: otca |
| 13 | +--- |
| 14 | + |
| 15 | +This page showcases the growing training resources for OpenTelemetry. Check back |
| 16 | +often for updates! |
| 17 | + |
| 18 | +## Certifications |
| 19 | + |
| 20 | +Demonstrate your expertise in OpenTelemetry by becoming an OpenTelemetry |
| 21 | +Certified Associate (OTCA), available from [Cloud Native Certifications][]: |
| 22 | + |
| 23 | +<!-- prettier-ignore --> |
| 24 | +[![OTCA badge]][OTCA certification] |
| 25 | +{.otca .hk-no-external-icon .mt-4} |
| 26 | + |
| 27 | +[Cloud Native Certifications]: https://www.cncf.io/training/certification/ |
| 28 | +[OTCA badge]: lft-badge-opentelemetry-associate2.svg |
| 29 | +[OTCA certification]: https://www.cncf.io/training/certification/otca/ |
| 30 | + |
| 31 | +## Courses |
| 32 | + |
| 33 | +A **FREE** course available from [Cloud Native Training Courses for |
| 34 | +OpenTelemetry][CNTCOT] offered by the Linux Foundation: |
| 35 | + |
| 36 | +<div class="card p-1 m-auto mt-5 mb-5" style="width: 20rem"> |
| 37 | + <img src="LFS148-Course-Badge-300x300.avif" |
| 38 | + class="img-initial pt-3 pb-3 w-75 m-auto" |
| 39 | + alt="LFS148 course badge"> |
| 40 | + <div class="card-body ps-4 pe-4 bg-light-subtle"> |
| 41 | + <div class="h5 card-title">Getting Started with OpenTelemetry</div> |
| 42 | + <p class="card-text"> |
| 43 | + A course designed for software developers, DevOps engineers, site reliability engineers (SREs), and anyone looking to implement telemetry solutions across apps and environments. |
| 44 | + </p> |
| 45 | + <p class="card-text text-body-secondary small"> |
| 46 | + Online, self-paced, 8-10 hrs, |
| 47 | + <a href="{{% param LFS148 %}}">learn more</a>. |
| 48 | + </p> |
| 49 | + <p class="text-center m-0"> |
| 50 | + <a href="{{% param LFS148 %}}" target="_blank" rel="noopener" class="btn btn-primary "> |
| 51 | + Register |
| 52 | + </a> |
| 53 | + </p> |
| 54 | + </div> |
| 55 | +</div> |
| 56 | + |
| 57 | +[CNTCOT]: https://www.cncf.io/training/courses/?_sft_lf-project=opentelemetry |
| 58 | + |
| 59 | +{{% comment %}} |
| 60 | + |
| 61 | +<!-- Alternative design. Keeping for possible use later --> |
| 62 | + |
| 63 | +<div class="card mb-3" style="max-width: 540px; margin: auto"> |
| 64 | + <div class="row p-2"> |
| 65 | + <div class="col-md-5 d-flex align-items-center"> |
| 66 | + <img src="LFS148-Course-Badge-300x300.avif" |
| 67 | + class="img-initial m-auto" |
| 68 | + alt="LFS148 course badge"> |
| 69 | + </div> |
| 70 | + <div class="col-md-7"> |
| 71 | + <div class="card-body p-3"> |
| 72 | + <h5 class="card-title">Getting Started with OpenTelemetry</h5> |
| 73 | + <p class="card-text"> |
| 74 | + A course designed for software developers, DevOps engineers, site reliability engineers (SREs), and more looking to implement telemetry solutions across apps and environments. |
| 75 | + </p> |
| 76 | + <p class="card-text text-body-secondary small"> |
| 77 | + Online, self-paced, 8-10 hrs, |
| 78 | + <a href="{{% param LFS148 %}}">learn more</a>. |
| 79 | + </p> |
| 80 | + <p class="text-center w-100"> |
| 81 | + <a href="{{% param LFS148 %}}" target="_blank" rel="noopener" class="btn btn-primary "> |
| 82 | + Register |
| 83 | + </a> |
| 84 | + </p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | +</div> |
| 89 | + |
| 90 | +{{% /comment %}} |
0 commit comments