pulumi/pkg/backend/httpstate/client
Anton Tayanovskyy 9544fb00e3
Label the batchDecrypt endpoint (#15569)
Before this change looking at traces per instructions below had a span
marked "unknown". The span actually belongs to the batchDecrypt
endpoint.

https://www.pulumi.com/docs/support/troubleshooting/#performance

With the changes the span is labelled as you would expect.

<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Fixes # (issue)

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2024-03-01 21:21:43 +00:00
..
api.go Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
api_endpoints.go Label the batchDecrypt endpoint (#15569) 2024-03-01 21:21:43 +00:00
api_test.go httpstate/client: Support no retries 2023-06-20 10:08:20 -07:00
client.go Pass in a header to indicate where the deployment initiated (#15468) 2024-02-20 04:00:01 +00:00
client_test.go Fix stack name validation check (#15245) 2024-01-27 10:35:20 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
marshal_post_1.20.go [snapshot] Use a newer diff package 2023-05-16 12:33:30 -07:00
marshal_pre_1.20.go [snapshot] Use a newer diff package 2023-05-16 12:33:30 -07:00