pulumi/sdk
Pat Gavlin 4da051a799
Add a convert-trace command. (#7319)
This command converts an appdash trace into a pprof file for use with
`go tool pprof`. Spans are converted into stacks by sampling each root
span at a given rate and recording the stack of subspans at each sample.

These changes also replace the conditional addition of experimental and
debug commands with conditional visibility. Experimental and debug
commands will always be available, but will be hidden unless the
appropraite environment variables are set.

Co-authored-by: Levi Blackstone <levi@pulumi.com>
2021-06-17 14:46:05 -07:00
..
dotnet [sdk/dotnet] - bug fix resources destroyed after exception thrown during inline program (#7299) 2021-06-15 18:17:54 -04:00
go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
nodejs Tracing enhancements for CLI perf metrics capture (#7279) 2021-06-15 13:25:03 -04:00
proto [sdk/nodejs] Warn when a secret config is read as a non-secret (#6896) 2021-05-18 09:48:08 -07:00
python [sdk/python] Ensure Output objects are not iterable (#7288) 2021-06-15 09:25:24 +10:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
go.sum Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.