-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to indy scala concurrent plugin (#1367)
Co-authored-by: kananindzya <[email protected]> Co-authored-by: Sylvain Juge <[email protected]>
- Loading branch information
1 parent
dd90bc4
commit d0068d8
Showing
3 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...n/src/main/resources/META-INF/services/co.elastic.apm.agent.sdk.ElasticApmInstrumentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
co.elastic.apm.agent.scala.concurrent.FutureInstrumentation$ConstructorInstrumentation | ||
co.elastic.apm.agent.scala.concurrent.FutureInstrumentation$RunInstrumentation | ||
co.elastic.apm.agent.scalaconcurrent.FutureInstrumentation$ConstructorInstrumentation | ||
co.elastic.apm.agent.scalaconcurrent.FutureInstrumentation$RunInstrumentation |
2 changes: 1 addition & 1 deletion
2
...oncurrent/FutureInstrumentationSpec.scala → ...oncurrent/FutureInstrumentationSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters