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

add EC2 plugin #6

Merged
merged 1 commit into from
Aug 20, 2019
Merged

add EC2 plugin #6

merged 1 commit into from
Aug 20, 2019

Conversation

papix
Copy link
Contributor

@papix papix commented Jul 14, 2019

Official SDK of X-Ray has some plugins: https://docs.aws.amazon.com/en_us/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-plugins

In this pull request, I implemented EC2 plugin for AWS::XRay.
If there is no problem, I want to implement other plugin and support plugin system at Plack::Middleware::XRay.

Copy link
Owner

@fujiwara fujiwara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry for late response. This is awesome!

@fujiwara fujiwara merged commit f6f56d2 into fujiwara:master Aug 20, 2019
fujiwara added a commit that referenced this pull request Aug 20, 2019
Changelog diff is:

diff --git a/Changes b/Changes
index 117bbbf..e72a9a1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension AWS-XRay

 {{$NEXT}}

+0.09 2019-08-20T22:01:55Z
+    - Support AWS Lambda (#10 @shogo82148)
+    - Add EC2 plugin (#6 @papix)
+    - Fix typo (#5 @moznion, #9 @shogo82148)
+    - Fix wantarray in capture (#7 @shogo82148)
+
 0.08 2018-10-26T13:56:35Z
     - Segment name created by add_capture becomes to package name.
@papix papix deleted the add-ec2-plugin branch August 21, 2019 01:17
fujiwara added a commit that referenced this pull request Jan 23, 2020
Changelog diff is:

diff --git a/Changes b/Changes
index e72a9a1..1666cfa 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension AWS-XRay

 {{$NEXT}}

+0.10 2020-01-23T00:28:43Z
+    - Fix Bareword (#13 @negachov)
+
 0.09 2019-08-20T22:01:55Z
     - Support AWS Lambda (#10 @shogo82148)
     - Add EC2 plugin (#6 @papix)
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