Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example/aws/request/httptrace: Update example with more metrics #3436

Merged
merged 6 commits into from
Jul 22, 2020

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Jul 21, 2020

Updates the tracing example to include additional metrics such as SDKs request handlers, and support multiple request attempts.

Connection created:

2020/07/21 15:39:07 Latency: 278.508656ms, Validate: 19.515µs, Build: 190.755µs, Attempts: 1,
	Attempt: 0, Latency: 278.240054ms, Sign: 453.163µs, Send: 277.580235ms, Unmarshal: 202.311µs, WillRetry: false,
		HTTP: Latency: 277.580856ms, ConnReused: false, GetConn: 225.662398ms, WriteRequest: 325.956µs, WaitResponseFirstByte: 277.509316ms, ReadResponseHeader: 71.234µs,
			Conn: DNS: 20.385136ms, Connect: 14.947772ms, TLS: 189.910822ms

Connection re-used:

2020/07/21 15:39:09 Latency: 101.936094ms, Validate: 2.644µs, Build: 67.157µs, Attempts: 1,
	Attempt: 0, Latency: 101.836442ms, Sign: 122.098µs, Send: 101.517516ms, Unmarshal: 191.31µs, WillRetry: false,
		HTTP: Latency: 101.518147ms, ConnReused: true, GetConn: 38.265µs, WriteRequest: 178.058µs, WaitResponseFirstByte: 101.457147ms, ReadResponseHeader: 60.526µs,

jasdel added 2 commits July 21, 2020 14:23
Updates the tracing example to include additional metrics such as SDKs
request handlers, and support multiple request attempts.

Connection created:

2020/07/21 14:21:23 Latency: 292.687003ms, Validate: 23.261µs, Build: 92.249µs, Attempts: 1,
	Attempt: 0, Latency: 292.541266ms, Sign: 159.755µs, Send: 292.173529ms, Unmarshal: 203.204µs, WillRetry: false,
		HTTP: Latency: 292.174168ms, ConnReused: false, GetConn: 238.080409ms, DNS: 22.774015ms, Connect: 22.774015ms, TLS: 200.809752ms, WriteRequest: 424.376µs, WaitResponseFirstByte: 292.058664ms, ReadResponseHeader: 115.196µs,

Connection re-used:

2020/07/21 14:21:29 Latency: 47.824618ms, Validate: 2.91µs, Build: 110.86µs, Attempts: 1,
	Attempt: 0, Latency: 47.68784ms, Sign: 237.076µs, Send: 47.29333ms, Unmarshal: 151.831µs, WillRetry: false,
		HTTP: Latency: 47.29391ms, ConnReused: true, WriteRequest: 285.042µs, WaitResponseFirstByte: 47.233202ms, ReadResponseHeader: 60.252µs,
example/aws/request/httptrace/trace.go Outdated Show resolved Hide resolved
example/aws/request/httptrace/trace.go Outdated Show resolved Hide resolved
@jasdel jasdel requested a review from skmcgrail July 21, 2020 22:40
@jasdel jasdel merged commit 72e4091 into aws:master Jul 22, 2020
@jasdel jasdel deleted the example/HttpTracing branch July 22, 2020 16:28
aws-sdk-go-automation pushed a commit that referenced this pull request Jul 22, 2020
===

### Service Client Updates
* `service/medialive`: Updates service API and documentation
  * The AWS Elemental MediaLive APIs and SDKs now support the ability to get thumbnails for MediaLive devices that are attached or not attached to a channel. Previously, this thumbnail feature was available only on the console.
* `service/quicksight`: Updates service API, documentation, and paginators
  * New API operations - GetSessionEmbedUrl, CreateNamespace, DescribeNamespace, ListNamespaces, DeleteNamespace, DescribeAccountSettings, UpdateAccountSettings, CreateAccountCustomization, DescribeAccountCustomization, UpdateAccountCustomization, DeleteAccountCustomization. Modified API operations to support custom permissions restrictions - RegisterUser, UpdateUser, UpdateDashboardPermissions

### SDK Enhancements
* `example/aws/request/httptrace`: Update example with more metrics ([#3436](#3436))
  * Updates the tracing example to include additional metrics such as SDKs request handlers, and support multiple request attempts.
aws-sdk-go-automation added a commit that referenced this pull request Jul 22, 2020
Release v1.33.10 (2020-07-22)
===

### Service Client Updates
* `service/medialive`: Updates service API and documentation
  * The AWS Elemental MediaLive APIs and SDKs now support the ability to get thumbnails for MediaLive devices that are attached or not attached to a channel. Previously, this thumbnail feature was available only on the console.
* `service/quicksight`: Updates service API, documentation, and paginators
  * New API operations - GetSessionEmbedUrl, CreateNamespace, DescribeNamespace, ListNamespaces, DeleteNamespace, DescribeAccountSettings, UpdateAccountSettings, CreateAccountCustomization, DescribeAccountCustomization, UpdateAccountCustomization, DeleteAccountCustomization. Modified API operations to support custom permissions restrictions - RegisterUser, UpdateUser, UpdateDashboardPermissions

### SDK Enhancements
* `example/aws/request/httptrace`: Update example with more metrics ([#3436](#3436))
  * Updates the tracing example to include additional metrics such as SDKs request handlers, and support multiple request attempts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants