Skip to content

ptahdunbar/o11y-as-code-pulumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Relic Experimental header

Workshop: Observability as Code with Pulumi

This workshop demonstrates how to apply Observability as Code using Pulumi and New Relic together.

Set up Pulumi and manage your secrets

Setup accounts

Confirm pulumi is installed

which pulumi

Install Pulumi

brew install pulumi/tap/pulumi

Get Credentials

Clone the repo and run the app

git clone
docker compose up

Configure your secrets

cd o11y
pulumi config set newrelic:accountId 01234567
pulumi config set newrelic:apiKey YYYYYYYYYYYYYY --secret
pulumi config set o11y-as-code-pulumi-newrelic-workshop:notifyViaEmail [email protected]

Run Pulumi

pulumi up
pulumi down

LICENSE

This is licensed with the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published