-
Notifications
You must be signed in to change notification settings - Fork 39
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 gae auto-configure/auto-instrumentation sample #243
Conversation
@@ -0,0 +1,63 @@ | |||
Google AppEngine Standard with OTel Auto-instrumentation | |||
============================ | |||
**This sample app is a Maven project and builds separately from the rest of the rest of the examples.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it built using Maven? Gradle appears to be supported for AppEngine: https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle.
examples/gae-autoinstrument-example/src/main/java/com/google/HelloAppEngine.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have the build download these binaries rather than checking them into Github.
============================ | ||
**This sample app is a Maven project and builds separately from the rest of the rest of the examples.** | ||
|
||
This example Java app runs on GAE standard environment and is instrumented using OpenTelemetry's [auto-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) agent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How much of this sample is really specific to AppEngine? Why couldn't one of our other samples be deployed to AppEngine?
Adds a stand-alone example that runs OTel Autoinstrumentation, auto-configured to export telemetry to Google Cloud from Google App Engine.