Commit Graph

8735 Commits

Author SHA1 Message Date
Guillaume Polaert 9e9e525535 [PR #1] Refactoring Thread > Executor 2017-05-02 17:13:00 +02:00
Guillaume Polaert c9ea5c0c5d [PR #1] making fields private 2017-05-02 16:53:54 +02:00
Guillaume Polaert 3fa20e3106 [PR #1] improving logging 2017-05-02 16:52:03 +02:00
Guillaume Polaert dec780b74c [PR #1] improving logging 2017-05-02 16:48:12 +02:00
Guillaume Polaert 15088046fa [PR #1] make fields private 2017-05-02 16:45:26 +02:00
Guillaume Polaert 8cfb275812 [PR #1] Using TimeUnit for a more expressive way 2017-05-02 16:45:05 +02:00
Guillaume Polaert 1698b6cb34 [PR #1] Always use code-blocks 2017-05-02 12:08:52 +02:00
Guillaume Polaert 5e434473b0 [PR #1] Removing the equals and hashcode methods 2017-05-02 12:07:33 +02:00
Guillaume Polaert 9e2a9fd309 [PR #1] Removing the equals and hashcode methods 2017-05-02 12:06:30 +02:00
Guillaume Polaert de30f5be86 [PR #1] Removing the main 2017-05-02 12:05:58 +02:00
Guillaume Polaert a53987aa58 Refactoring protected fields to private ones 2017-05-02 12:01:28 +02:00
Guillaume Polaert edf3b75a32 Fixing log and Json reviews 2017-05-02 10:44:35 +02:00
Guillaume Polaert a38ee29fb5 Renaming a props 2017-05-02 10:37:31 +02:00
Guillaume Polaert 8409dada46 Removing SpanSerializer interface 2017-05-02 10:31:45 +02:00
Guillaume Polaert 3b8517e7ca adding mockito to the test scope 2017-05-02 10:24:33 +02:00
Guillaume Polaert c6391eaf7e standard gitignore 2017-05-02 10:23:03 +02:00
Guillaume Polaert 944b29dfcf Removing useless files 2017-05-02 10:21:27 +02:00
Guillaume Polaert 538f708d8e One more test 2017-04-28 12:18:15 +02:00
Guillaume Polaert ad8ad680bf Consolidation of the PR 2017-04-28 11:58:29 +02:00
renaudboutet 97f7ed4b50 fixed time measures + some comments 2017-04-28 11:05:17 +02:00
renaudboutet f9795220da serializer test 2017-04-28 10:27:04 +02:00
renaudboutet 9a95af86ab Merge branch 'dev' of github.com:DataDog/raclette-java into dev 2017-04-28 10:12:51 +02:00
Guillaume Polaert e165cd0b89 cleaning code for the PR 2017-04-28 10:08:25 +02:00
renaudboutet 02e7ed0087 serializer test 2017-04-27 19:28:16 +02:00
Guillaume Polaert bebf815781 simplifying the test 2017-04-27 19:21:07 +02:00
renaudboutet abdbfffdff Conflicts merging 2017-04-27 19:16:01 +02:00
renaudboutet 6af3f6129e Serializer test 2017-04-27 18:57:45 +02:00
Guillaume Polaert df4e0eb76f adding some tests 2017-04-27 18:45:20 +02:00
Guillaume Polaert 6ef772b7ac changing List<Span> for List<DDSpan> 2017-04-27 18:32:31 +02:00
Guillaume Polaert 403e340e42 fixing conflicts 2017-04-27 18:28:10 +02:00
Guillaume Polaert 49d7771348 adding tests 2017-04-27 18:26:27 +02:00
Guillaume Polaert 412cf7e67a adding the rateSampler 2017-04-27 17:54:14 +02:00
renaudboutet a30b13f9fa Fixed conflicts 2017-04-27 17:34:44 +02:00
renaudboutet 628f2eb483 Logging Writter + AllSampler + Tracer empty constructor 2017-04-27 17:30:34 +02:00
Guillaume Polaert 2273454fb7 fixing nano 2017-04-27 16:55:15 +02:00
renaudboutet b36a0f5c55 Test Writer 2017-04-27 16:42:29 +02:00
Guillaume Polaert f76da5df3c consoliding the merge 2017-04-27 16:23:34 +02:00
Guillaume Polaert 5846f45f4f Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	src/main/java/com/datadoghq/trace/impl/DDSpan.java
#	src/main/java/com/datadoghq/trace/impl/DDSpanContext.java
#	src/main/java/com/datadoghq/trace/impl/DDTracer.java
2017-04-27 16:03:17 +02:00
Guillaume Polaert a6bcea9b3d cleaning and moving all att to the context 2017-04-27 16:00:25 +02:00
renaudboutet fd840abf26 toString, hashcode, equals 2017-04-27 15:42:19 +02:00
renaudboutet 348143967a Logging + comments 2017-04-27 15:22:29 +02:00
renaudboutet cf5f2541ca Rename DDTracer, DDSpanBuilder + Remove Arraylist externally 2017-04-27 10:53:08 +02:00
Guillaume Polaert b6632eef7b fixing some issue after the merge 2017-04-27 09:50:56 +02:00
Guillaume Polaert d364d10008 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	src/main/java/com/datadoghq/trace/impl/DDSpan.java
#	src/main/java/com/datadoghq/trace/writer/impl/DDApi.java
#	src/test/java/com/datadoghq/trace/impl/DDSpanTest.java
2017-04-27 09:45:37 +02:00
Guillaume Polaert 162656296f adding ability to report all span in the trace 2017-04-27 09:44:05 +02:00
Guillaume Polaert 1137854b41 logging in json 2017-04-27 09:43:30 +02:00
Guillaume Polaert 1852489b06 ignoring logs 2017-04-27 09:43:03 +02:00
renaudboutet 99977a036e Small fixes 2017-04-26 20:33:19 +02:00
renaudboutet 5c089cfb33 Merge branch 'dev' of github.com:DataDog/raclette-java into dev 2017-04-26 19:18:15 +02:00
renaudboutet 0663d34aeb First version of the writer working with the Agent API 2017-04-26 19:18:10 +02:00