This workshop demonstrates how to apply Observability as Code using Pulumi and New Relic together.
which pulumi
brew install pulumi/tap/pulumi
- https://app.pulumi.com/account/tokens
- https://one.newrelic.com/launcher/api-keys-ui.api-keys-launcher
git clone
docker compose up
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]
pulumi up
pulumi down
This is licensed with the Apache 2.0 license.