Commit Graph

62 Commits

Author SHA1 Message Date
Trask Stalnaker 2c42a0dda6
Update docs about build scan location (#11107) 2024-04-12 07:34:30 +03:00
jason plumb f61308c87a
Add note about draft PRs to CONTRIBUTING.md (#10658) 2024-02-26 07:57:37 -08:00
Tyler Benson eaf11ab2f3
Update CONTRIBUTING.md to document Java 17 requirement. (#8819) 2023-06-29 07:51:45 -07:00
Tyler Benson 831ee5817a
Add `removeJarVersionNumbers` build setting (#8116)
This is handy to enable consistent local version numbers rather than
updating file paths each release.

Add the following to enable locally `~/.gradle/gradle.properties`

```
removeJarVersionNumbers=true
```
2023-03-28 19:40:08 +03:00
Helen 79a644d33d
Update Java Version in contributing.md (#7690) 2023-01-30 22:12:43 -08:00
jason plumb 4da5c1d9af
Update CONTRIBUTING.md for java 17 (#7459)
Looks like building the new Spring instrumentation requires java 17+,
right?

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2023-01-03 13:24:46 -08:00
Aaron Ai 2d7395c44b
Introduce markdown lint check (#7175)
Fixes #7129
2022-11-16 20:48:42 -08:00
Mateusz Rzeszutek c978ce22f5
Update (rewrite) the javaagent structure doc; document bootstrap modules (#6227) 2022-06-28 20:23:27 -07:00
Trask Stalnaker 42c2948946
Updates to CONTRIBUTING.md (#5878)
* Updates to CONTRIBUTING.md

* Java 11+
2022-04-18 23:22:16 -07:00
Trask Stalnaker 8d18e463ea
Add markdown link check (#5449)
* Add markdown link check

* Fix links

* update workflows

* move comment
2022-02-28 11:30:16 -08:00
Trask Stalnaker 9b49fc5ae8
Publish gradle scans from PRs (#4696) 2021-11-29 09:32:56 -08:00
Trask Stalnaker 336a73b0b3
Remove gradle scan publishing from CI (#4689)
* Remove gradle scan publishing from CI

* Remove doc too
2021-11-22 13:36:14 -08:00
Trask Stalnaker cfdc4ac7e5
Change the default javaagent artifact to have exporters (#4106)
* Change default javaagent to all, introduce slim

* Update release builds

* Update examples build

* Update benchmark-overhead

* Update benchmark-e2e

* Update docs where ok pre-release

* Update misc

* Fix references to fullJavaagentJar

* Fix it

* Delete doc for pre-1.0 releases

* Attach backwards compatible "all" artifact to releases

* Comment

* Comment

* guessing

* fix

* Update version

* Add otlp/grpc exporter to slim artifact

* Fix comment
2021-10-02 11:28:11 -07:00
Trask Stalnaker 9a48e3fbbe
Add contributing doc for troubleshooting PR build failures (#4193) 2021-09-23 08:52:20 -07:00
Trask Stalnaker d2794fa231
Add Intellij troubleshooting tips (#4117)
* Add Intellij troubleshooting tips

* Rename doc and link?
2021-09-14 09:54:34 -07:00
Amit Gud 9ea6fcd7b8
Update CONTRIBUTING.md (#2426) 2021-03-09 09:49:51 -08:00
YuDong Tang f738a158c2
fix the branch master to main (#2225) 2021-02-08 18:52:25 +02:00
jason plumb cd1cfcc251
Update snapshot url in docs (#1999)
* update the url for the snapshot repo in docs

* Update CONTRIBUTING.md

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-01-09 10:39:27 +09:00
Anuraag Agrawal 8d74baa2e4
Run tests with javaagent. (#1643)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-01-04 13:13:24 -08:00
Anuraag Agrawal af936759ed
Change link to snapshots to sonatype. (#1884) 2020-12-11 16:30:51 +09:00
Nikita Salnikov-Tarnovski 0dc4760f8f
Generate opentelemetry-javaagent "-all" artifact during "assemble" (#1645)
* Generate opentelemetry-javaagent "-all" artifact during "assemble"

* Update javaagent/javaagent.gradle

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

* Update CONTRIBUTING.md

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-11-17 17:25:43 +02:00
Trask Stalnaker 515fd58bc1
Update to Java 8 and remove duplicate info (#1341) 2020-10-07 21:49:43 +03:00
Trask Stalnaker 4ceca3e56d
Add new approver (#1289) 2020-09-30 11:00:35 -07:00
Pavol Loffay f48579a84f
Add high level Muzzle docs (#1270) 2020-09-29 12:46:08 -07:00
Pavol Loffay 42c9ee53a4
Add debugging docs (#1263) 2020-09-27 12:52:54 -07:00
Nikita Salnikov-Tarnovski 5cebfeb247
Update CONTRIBUTING.md (#1235)
Update @jkwatson affiliation
2020-09-22 21:13:20 +03:00
Trask Stalnaker 6a07b173af
Rename auto exporters module (#1022) 2020-08-17 21:04:13 -07:00
Trask Stalnaker bf9c160570
Rename javaagent modules (#952) 2020-08-12 22:50:14 -07:00
Anuraag Agrawal 4264af28ba
Fix link in Contributing.md (#800) 2020-07-27 22:18:54 -07:00
Trask Stalnaker 7418143f5e
Split up the CONTRIBUTING doc (#784)
* Split up the CONTRIBUTING doc

* spotless
2020-07-25 13:54:14 +03:00
Trask Stalnaker 83324169fe
Add new triager @malafeev (#741) 2020-07-20 21:15:16 -07:00
Anuraag Agrawal d8355c672d
Docs for writing new instrumentation... (#652)
* Docs for writing new instrumentation
2020-07-19 14:21:19 +09:00
Alexey Zhokhov f3421e91a0
Remove Lombok (#672)
* Gradle 6.5.1.

* Skip download javadoc and sources automatically in IntelliJ IDEA.

* Added mavenLocal to repositories.

* Removed Lombok usage.

* Removed duplicated idea config.

* Code format.

* Removed useless usage of Objects.requireNonNull.

* Use instanceof to comparing objects.

* Code format.

* Code format.

* Fixes after merge.

* Fixed sneakyThrow exception.

* Code format.
2020-07-18 15:52:55 +03:00
Trask Stalnaker 1434ea1628
Add anuraaga as a maintainer (#724) 2020-07-17 22:19:12 -07:00
Helen Y bbf5e75e63
Minor update to the contributing doc (#707)
* Minor update to the contributing doc

* Update CONTRIBUTING.md

Set core.autocrlf locally.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

* Update CONTRIBUTING.md

Add more clarity.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

* Use .gitattributes to make spotless respect line endings

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-07-17 08:58:56 +09:00
Nikita Salnikov-Tarnovski 285d4b0f0e
Update docs for 0.6.0 release (#682)
* Update docs for 0.6.0 release

* Format
2020-07-13 19:50:53 +03:00
Tyler Benson 4a943c8411 Use Spotless for formatting (DataDog/dd-trace-java#1619) 2020-06-30 11:15:48 -07:00
Trask Stalnaker a4083c49aa
Update approvers list in CONTRIBUTING (#587) 2020-06-27 23:16:29 -07:00
Trask Stalnaker 4635f6ff46
Add iNikem as a maintainer (#537) 2020-06-17 10:05:17 -07:00
Nikita Salnikov-Tarnovski 58a2a3b0b4
Update documentation to point to new snapshot and release repositories (#516) 2020-06-15 17:45:37 -07:00
Trask Stalnaker 6bb31f5c54
Update save actions (#520)
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
2020-06-15 07:46:12 +03:00
Nikita Salnikov-Tarnovski e61ff5bac2
Rename auto-exporters' artifacts names (#514) 2020-06-14 10:53:51 -07:00
Trask Stalnaker f0c7deb1a9
Use published MetricExporterFactory (#493) 2020-06-11 08:31:58 +03:00
Trask Stalnaker 359eb07445
Updates to reflect new repo name (#454) 2020-05-30 11:56:12 -07:00
Nikita Salnikov-Tarnovski 4acfeb9ddc
Fix brolen anchor link (#422) 2020-05-20 13:24:08 -07:00
Trask Stalnaker 46c0c087b3
Update CONTRIBUTING.md back to Java 11 (#419) 2020-05-19 15:27:17 -07:00
Steve Flanders abcaa7acc6
Update the README (#414)
* Move build and configure to top as getting started section
* Add manual instrumentation section
* Document `@WithSpan` annotation
* Move developer specific information to CONTRIBUTING.md
* Cleanup formatting and use consistent spacing
2020-05-18 21:03:39 -07:00
Nikita Salnikov-Tarnovski cd68061cb2
Update docs about needing java 11 to build (#412) 2020-05-18 14:17:32 -07:00
Nikita Salnikov-Tarnovski 67766fd13b
Add documentation about java agent structure and related classloaders (#380) 2020-05-06 10:28:35 -07:00
Nikita Salnikov-Tarnovski bae0b7b38c
Copy .editorconfig file and relevant sections in CONTRIBUTING.md from otel-java repo (#373) 2020-05-04 10:07:19 -04:00