Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
opencensus-java
/
8af5347dab5e0ded1997e67633efa7f8328176fa
8af5347
Update all project to calculate coverage for all projects and generate javadocs only for public APIs. (#578)
by Bogdan Drutu
· 7 years ago
0890ab4
Rename Window and WindowData (#574)
by Yang Song
· 7 years ago
5e51002
Make MutableViewData abstract. (#536)
by Yang Song
· 7 years ago
f271454
Fix backwards compatibility between TraceComponentBaseImpl and TraceComponent. (#575)
by Bogdan Drutu
· 7 years ago
8808721
Update grpc dependency to 1.6.0 (#572)
by Bogdan Drutu
· 7 years ago
a79694b
Add details about how to link/setup the library. (#573)
by Bogdan Drutu
· 7 years ago
1fb1025
Add new api that is easier to use for user to add only one Attribute. (#571)
by Bogdan Drutu
· 7 years ago
45f115a
Fix zpages readme and add helper function that starts a server. (#570)
by Bogdan Drutu
· 7 years ago
8e60e9c
Add Duration.toMillis() method and tests. (#535)
by Yang Song
· 7 years ago
b58a599
Merge pull request #564 from sebright/tag-value-class
by sebright
· 7 years ago
b1a7bdf
Add combine() method to MutableAggregation. (#544)
by Yang Song
· 7 years ago
a851696
Enable to export artifacts for zpages and exporters. (#568)
by Bogdan Drutu
· 7 years ago
47433a7
Rename the package for exporters to match the artifact name. (#566)
by Bogdan Drutu
· 7 years ago
88c0dd0
Rename zpage package to match the artifact name. (#567)
by Bogdan Drutu
· 7 years ago
6cc9831
Re-enable integration tests. (#563)
by Stefan Schmidt
· 7 years ago
778d3b5
Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554)
by Bogdan Drutu
· 7 years ago
078c7f1
Update TagValueString max length to 256.
by Kristen Kozak
· 7 years ago
9961a82
Fix a typo in TagValue.match signature.
by Kristen Kozak
· 7 years ago
333574d
Merge pull request #565 from sebright/update-stats-runner
by sebright
· 7 years ago
295778a
Update StatsRunner for new tagging API.
by Kristen Kozak
· 7 years ago
843e959
Add a TagValue class.
by Kristen Kozak
· 7 years ago
b31d121
Increase test timeouts. (#562)
by Stefan Schmidt
· 7 years ago
c137b14
Add missing task dependency on shadowJar. (#561)
by Stefan Schmidt
· 7 years ago
55bbc16
Merge pull request #560 from sebright/fix-build
by sebright
· 7 years ago
55dedf0
Fix failing current TagContext test.
by Kristen Kozak
· 7 years ago
6dc64ec
Update license header.
by Kristen Kozak
· 7 years ago
ded6b00
Merge pull request #498 from sebright/current-context
by sebright
· 7 years ago
4611fbd
Merge pull request #558 from sebright/java-7-precise
by sebright
· 7 years ago
3d1cf7d
Specify Ubuntu Precise only for Java 7 Travis build job.
by Kristen Kozak
· 7 years ago
81fc783
Update README for zpages configuration. Add a generic class that registers all Handlers. (#555)
by Bogdan Drutu
· 7 years ago
ee067d7
Disable integration tests in the Agent. Always fail. (#556)
by Bogdan Drutu
· 7 years ago
efb18be
Cleanup LoggingExporter. (#553)
by Bogdan Drutu
· 7 years ago
b216db3
Move checkstyle files to buildscripts directory. (#542)
by Bogdan Drutu
· 7 years ago
68e117b
Rename integration test classes to *IT, following the naming convention used by the Maven Failsafe plugin, avoiding potential naming collision with unit test class. (#531)
by Stefan Schmidt
· 7 years ago
3eb3f96
Document where to get the agent JAR file from. (#546)
by Stefan Schmidt
· 7 years ago
ad6c7f4
Make osx build not required and enable fast_finish. (#552)
by Bogdan Drutu
· 7 years ago
973ee9b
Also upload the agent artifact to Maven Central. (#547)
by Stefan Schmidt
· 7 years ago
dab8185
Rename contrib projects. (#551)
by Stefan Schmidt
· 7 years ago
87e78c3
Add a naive JMH benchmark for ThreadInstrumentation. (#523)
by Stefan Schmidt
· 7 years ago
9e5ca39
Reduce log level to avoid spamming stdout. (#543)
by Stefan Schmidt
· 7 years ago
350dedc
Output stdout/stderr and detailed exception from failed integration tests to facilitate investigating #540. (#541)
by Stefan Schmidt
· 7 years ago
3e0ddbb
Add uncompressed and compressed message sizes and deprecate the old message size. (#528)
by Bogdan Drutu
· 7 years ago
b2f48c5
Change the licence to OpenCensus authors. (#539)
by Bogdan Drutu
· 7 years ago
ae8add9
Add documentation on name restrictions. (#532)
by Yang Song
· 7 years ago
6d8f6e4
Merge pull request #529 from sebright/record-with-current-context
by sebright
· 7 years ago
0ca1adf
Add comments to tests for NoopStatsRecorder.
by Kristen Kozak
· 7 years ago
0021550
Add more tests for NoopStatsRecorder.
by Kristen Kozak
· 7 years ago
bda41ba
Implement StatsRecorder.record(MeasureMap).
by Kristen Kozak
· 7 years ago
69ccb1a
Merge pull request #533 from sebright/default-tag-context
by sebright
· 7 years ago
50bfc48
Give TAG_CONTEXT_KEY a default value (an empty TagContext).
by Kristen Kozak
· 7 years ago
2d39681
Add missing @RunWith(JUnit4.class) annotation. Not strictly required here, but for consistency. (#530)
by Stefan Schmidt
· 7 years ago
bc5f903
Merge pull request #526 from sebright/split-packages
by sebright
· 7 years ago
e220edb
Add the Gradle Versions plugin. (#524)
by Stefan Schmidt
· 7 years ago
d12624d
Move classes added in #511 to implcore package.
by Kristen Kozak
· 7 years ago
d14ed20
Update TraceComponentImplLite package name in a comment.
by Kristen Kozak
· 7 years ago
7edf0c6
Use different package names in each artifact. (fixes #379)
by Kristen Kozak
· 7 years ago
5999040
Add @MustBeClosed annotations to the Scoped objects. (#527)
by Bogdan Drutu
· 7 years ago
67c86e4
Merge pull request #511 from sebright/tag-serialization
by sebright
· 7 years ago
24583b2
Rename serialization methods.
by Kristen Kozak
· 7 years ago
1c6acd7
Merge pull request #522 from ubschmidt2/plugins_cleanup
by Stefan Schmidt
· 7 years ago
210fb57
Update imports for #516.
by Kristen Kozak
· 7 years ago
c21350a
Remove TODO.
by Kristen Kozak
· 7 years ago
4995535
Add a TODO about linking to tags serialization format.
by Kristen Kozak
· 7 years ago
78987ec
Document that the TagContext encoding is shared across OpenCensus implementations.
by Kristen Kozak
· 7 years ago
4b9eea1
Add a class to hold multiple TagContext serialization formats.
by Kristen Kozak
· 7 years ago
1ec4e1b
Document exceptions thrown by serialization methods.
by Kristen Kozak
· 7 years ago
32fafe9
Add TagContext serialization.
by Kristen Kozak
· 7 years ago
920f53e
Run google-java-format on serialization tests.
by Kristen Kozak
· 7 years ago
617c9cb
Copy StatsContext serialization tests to tags package.
by Kristen Kozak
· 7 years ago
8ffe239
Run google-java-format on SerializationUtils.java.
by Kristen Kozak
· 7 years ago
88246a4
Copy i/o/stats/StatsSerializer.java to i/o/impl/tags/SerializationUtils.java.
by Kristen Kozak
· 7 years ago
56436cf
Move stats to impl.stats, change some visibility. (#510)
by Yang Song
· 7 years ago
31b3fdd
Update to newer versions of errorprone and animalsniffer. (#521)
by Bogdan Drutu
· 7 years ago
a77f1b6
Add initial implementation of the tracez page. (#517)
by Bogdan Drutu
· 7 years ago
f418803
Inline trivial methods, remove an inapplicable TODO (I'm currently not aware of such call sites).
by Stefan Schmidt
· 7 years ago
468ece1
Merge pull request #461 from ubschmidt2/threading
by Stefan Schmidt
· 7 years ago
52d7be1
Merge pull request #516 from sebright/move-trace-implementation-to-impl-package
by sebright
· 7 years ago
d6a3c28
Rebased after merging #506 and turned ThreadInstrumentation into a plugin.
by Stefan Schmidt
· 7 years ago
276d27e
More comments.
by Stefan Schmidt
· 7 years ago
a9cf2e5
Addressed review comments:
by Stefan Schmidt
· 7 years ago
b04e1f7
Removed unneeded import.
by Stefan Schmidt
· 7 years ago
1d12a79
Add a test for mixed Thread/Executor context propagation and assert that the Runnable is executed with the expected context.
by Stefan Schmidt
· 7 years ago
e10bd13
doc fix.
by Stefan Schmidt
· 7 years ago
9aaa42b
Mention InheritableThreadLocal and the difference.
by Stefan Schmidt
· 7 years ago
6e34e62
Javadoc for ContextStrategyImpl#savedContexts.
by Stefan Schmidt
· 7 years ago
c0f309f
Add trivial tests for {save,attach}ContextForThread.
by Stefan Schmidt
· 7 years ago
6c3042f
No need to make the cache a static field.
by Stefan Schmidt
· 7 years ago
4dc2f04
Mention automatic context propagation for Threads.
by Stefan Schmidt
· 7 years ago
01c99a3
Add automatic context propagation to Thread#start.
by Stefan Schmidt
· 7 years ago
1ae718e
Merge pull request #506 from ubschmidt2/plugins
by Stefan Schmidt
· 7 years ago
2e2fb0b
Move two more classes into 'impl' packages.
by Kristen Kozak
· 7 years ago
3b5ec6e
Move tracing implementation classes to io.opencensus.impl.trace.
by Kristen Kozak
· 7 years ago
54daf8a
Merge pull request #515 from sebright/use-new-tags
by sebright
· 7 years ago
6a60437
Replace original tag classes with classes in the tags package.
by Kristen Kozak
· 7 years ago
4598da6
Merge pull request #514 from sebright/refactor-tag-validation
by sebright
· 7 years ago
0318bc5
Refactor tag validation code.
by Kristen Kozak
· 7 years ago
d088c0e
Clean links to travis/appveyor in agent readme and add maven release status (#513)
by Bogdan Drutu
· 7 years ago
df093f3
Merge pull request #512 from ubschmidt2/t2
by Stefan Schmidt
· 7 years ago
dce343a
Let JMH benchmarks depend on successful integration tests.
by Stefan Schmidt
· 7 years ago
ce93181
Merge pull request #509 from sebright/stats-checkstyle
by sebright
· 7 years ago
Next »