Remove tag code
article thumbnail

Adding Code Tags to Your OpenTelemetry Spans

Honeycomb

In this article, I’m going to walk you through adding attributes to your spans in.NET that contain information about the code that generated the span. The URL will be http.url , the method will be http.method , and the status code will be in http.status_code. These all sit under the prefix code.* What is OpenTelemetry?

System 52
article thumbnail

How to Speedup Your CDK Test Feedback

Xebia

CDK Synth Before you can deploy your infrastructure you need to synthesize your code. This will transform your code into a CloudFormation template plus some assets. This all makes sense when you deploy your code. You need to ship the actual lambda code to AWS in the correct format with the correct dependencies.

Testing 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Videos on tap: Vitag launches NFC-powered ‘sticky notes’ for visual instructions

TechCrunch

While QR codes emerged as something of a technology poster-child during the pandemic, garnering a new lease of life in everything from restaurant menus to contactless payments , there remains a certain inelegance to the matrix barcode system. Throw into the mix aesthetics (who’s ever seen an attractive QR code?), Vitag in action.

Video 211
article thumbnail

How GitHub Actions versioning system works

Xebia

TL;DR The runner just downloads what you specified, by getting it from the tag The runner does not do SemVer at all. The marketplace shows releases, not tags. This is very useful when you want to use the latest version of a library, but you don’t want to have to update your code every time a new version is released.

System 130
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

it creates the source code for a Golang custom resource provider it provides all the build commands you need to build, test and deploy your provider it deploys lambdas to buckets in all AWS regions in the world it provides a ready-to-deploy CI/CD pipeline on AWS Codebuild it supports semantic versioning using git-release-tag getting started!

AWS 130
article thumbnail

Maintaining Your Adobe Launch Implementation

Perficient

Adobe Launch is a valuable tool to help you manage the tags placed across your website, including Facebook, Pinterest, and Bing pixels as well as Adobe Analytics and Target depending on your property. However, it negatively impacts readability and scalability when it comes to analyzing what each tag does.

article thumbnail

How to create and deploy an AWS CloudFormation custom provider in less the 5 minutes

Xebia

&& git commit -m 'initial import' && git tag 0.0.0) || exit 0 Initialized empty Git repository in /tmp/cfn-app-runner-custom-domain-provider/.git/ To create unit tests for your resource, edit the source code in./tests/. To implement your custom resource, edit the source code under./src/.

AWS 130