|
| 1 | +[](https://opensource.newrelic.com/oss-category/#community-plus) |
| 2 | + |
1 | 3 | # AWS Lambda OpenTracing Java SDK
|
2 | 4 |
|
3 | 5 | This SDK provides Open Tracing instrumentation for AWS Lambda. Releases for this project will be on an "as needed" basis. As new features of Lambda come out we will evaluate them and if useful will add support for them here.
|
@@ -112,12 +114,23 @@ Run the following gradle task:
|
112 | 114 | ./gradlew test
|
113 | 115 | ```
|
114 | 116 |
|
| 117 | +## Support |
| 118 | +New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here: |
| 119 | + |
| 120 | +https://discuss.newrelic.com/tags/javaagent |
| 121 | + |
115 | 122 | ### Contributing
|
116 |
| -Full details are available in our [CONTRIBUTING.md](CONTRIBUTING.md) file. |
| 123 | +We encourage your contributions to improve AWS Lambda OpenTracing Java SDK! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. |
| 124 | + |
| 125 | +If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at [email protected]. |
| 126 | + |
| 127 | +**A note about vulnerabilities** |
| 128 | + |
| 129 | +As noted in our [security policy](../../security/policy), New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals. |
117 | 130 |
|
118 |
| -We'd love to get your contributions to improve AWS Lambda OpenTracing Java SDK! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. |
| 131 | +If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through [HackerOne](https://hackerone.com/newrelic). |
119 | 132 |
|
120 |
| -To execute our corporate CLA, which is required if your contribution is on behalf of a company, or if you have any questions, please drop us an email at [email protected]. |
| 133 | +If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md). |
121 | 134 |
|
122 | 135 | ### Licensing
|
123 | 136 | The AWS Lambda OpenTracing Java SDK is licensed under the Apache 2.0 License.
|
0 commit comments