-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 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,61 @@ | ||
--- | ||
title: OpenTelemetry as best way how to instrument your CICD pipeline | ||
event: Cloud Native Prague 5 | ||
event_url: https://community.cncf.io/events/details/cncf-cloud-native-prague-presents-cloud-native-prague-2/ | ||
location: Prague, Czech Republic | ||
summary: "OpenTelemetry as best way how to instrument your CICD pipeline. Talk cover observability CICD tools and show demo how instrument Github Action using Honeycomb buildevents and manual instrumentation in project using Dagger.io for pipelines. | ||
# Talk start and end times. | ||
# End time can optionally be hidden by prefixing the line with `#`. | ||
date: "2023-09-27T18:00:00Z" | ||
date_end: "2023-09-27T20:00:00Z" | ||
all_day: false | ||
|
||
# Schedule page publish date (NOT talk date). | ||
publishDate: "2023-09-27T20:00:00Z" | ||
|
||
authors: [] | ||
tags: [] | ||
|
||
# Is this a featured talk? (true/false) | ||
featured: false | ||
|
||
image: | ||
caption: '' | ||
focal_point: Right | ||
|
||
links: | ||
#- icon: twitter | ||
# icon_pack: fab | ||
# name: Follow | ||
# url: https://twitter.com/georgecushen | ||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "https://speakerdeck.com/abtris/opentelemetry-as-best-way-how-to-instrument-your-cicd-pipeline" | ||
url_video: "" | ||
|
||
# Markdown Slides (optional). | ||
# Associate this talk with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
projects: | ||
# - internal-project | ||
|
||
# Enable math on this page? | ||
math: false | ||
--- | ||
|
||
OpenTelemetry as best way how to instrument your CICD pipeline. Talk cover observability CICD tools and show demo how instrument Github Action using Honeycomb buildevents and manual instrumentation in project using Dagger.io for pipelines. | ||
|
||
- Honeycomb buildevents | ||
- Trace | ||
- Equinix-labs Otel CLI | ||
- Dagger.io manual OTEL instrumentation" |