Skip to content

Commit

Permalink
Add cloud native 5 talk
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Sep 29, 2023
1 parent 9757a48 commit 78699a3
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions content/talk/2023-09-27-CloudNative/index.md
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"

0 comments on commit 78699a3

Please sign in to comment.