Commit Graph

797 Commits

Author SHA1 Message Date
Sergey Kanzhelev 7b615ecff5 remove match 2019-04-08 12:42:24 -07:00
Bogdan Drutu 958165da6b Run $./gradlew goJF 2019-04-08 12:25:55 -07:00
Bogdan Drutu 95a220876b Move Scope to context package. 2019-04-08 12:19:27 -07:00
Sergey Kanzhelev f998f6ed6f fixed more since tags in SpanData 2019-04-08 11:24:24 -07:00
Sergey Kanzhelev 61023479af fixed since attribute 2019-04-08 10:45:17 -07:00
Sergey Kanzhelev 1c4ccc834b moved SpanData resocring method to the Tracer 2019-04-08 10:21:05 -07:00
Sergey Kanzhelev b6c6f9948b port SpanData 2019-04-04 21:44:18 -07:00
Sergey Kanzhelev c4b9a04c91 span data compiles now 2019-04-04 10:41:51 -07:00
Sergey Kanzhelev c6d4d700cf spandata first code move 2019-04-04 10:10:14 -07:00
Carlos Alberto Cortez 9daa388776 Rename Span.putAttribute*() to Span.setAttribute*() (#38) 2019-04-04 09:19:57 -07:00
Sergey Kanzhelev 56203806ad
Merge pull request #31 from bogdandrutu/attribute_get_type
Add AttributeValue.getType() and related members.
2019-04-03 09:20:07 -07:00
Sergey Kanzhelev 97b81f19ba
Merge pull request #29 from bogdandrutu/sergkanz/spankinds
producer and consumer span kinds
2019-04-03 09:12:46 -07:00
Sergey Kanzhelev 9096974f5f added Undefined span kind 2019-04-01 23:00:18 -07:00
Sergey Kanzhelev 341bbd5ff2 span.kind had producer and consumer now 2019-04-01 22:56:13 -07:00
Sergey Kanzhelev c414c83ee8 leftover description mentions 2019-04-01 22:43:26 -07:00
Carlos Alberto Cortez 287a82801d Add AttributeValue.getType() and related members.
This is done in order to have an easier way to extract the
underlying value from an AttributeValue.
2019-04-02 05:15:46 +02:00
Sergey Kanzhelev 198ef656d9 Annotation -> Event 2019-03-29 15:29:00 -07:00
Bogdan Drutu 4124fdacc8 Remove export component from metrics. Cleanup metrics API. 2019-03-28 14:17:38 -07:00
Bogdan Drutu 2a077ce1fa Remove the reflection loading, this will be replaced. 2019-03-28 14:05:33 -07:00
Bogdan Drutu 26a0aff389 Move well defined classes in data 2019-03-28 14:01:37 -07:00
Bogdan Drutu 90213b0123 Cleanup stats by moving view related into view subpackage. 2019-03-28 13:50:22 -07:00
Bogdan Drutu a197d09ead Update gitignore and include TagMap[Builder]. 2019-03-28 13:11:33 -07:00
Bogdan Drutu b8e63b62f9 Move metrics data to metrics/data. 2019-03-27 19:50:32 -07:00
Bogdan Drutu d677067777 Remove ViewData and AggregationData. 2019-03-27 19:43:35 -07:00
Bogdan Drutu 72ad605d5e Fix javadoc issues in tags. 2019-03-27 19:30:43 -07:00
Bogdan Drutu b72a5ec5cd Rename TagContext[Builder] to TagMap[Builder], remove state. 2019-03-27 19:26:05 -07:00
Bogdan Drutu a58ec271d7 Remove last deprecated methods from trace. 2019-03-27 10:01:04 -07:00
Bogdan Drutu 8a7f6ca5e3 Remove ServerStats, this will be a contrib package. 2019-03-27 09:52:55 -07:00
Bogdan Drutu 0e82ec6c2b Cleanup trace/data: remove deprecated, fix javadoc. 2019-03-27 08:34:04 -07:00
Bogdan Drutu bc47c18e4b Remove checker framework annotations. 2019-03-27 08:27:27 -07:00
Bogdan Drutu edaa22cac8 Fix javadoc in Function(s). 2019-03-27 08:19:32 -07:00
Bogdan Drutu 74fc85d83c Remove unused OpenCensusLibraryInformation. 2019-03-27 08:17:31 -07:00
Bogdan Drutu 809f71a3fd Fix javadoc in metrics/data/package-info. 2019-03-27 08:10:15 -07:00
Bogdan Drutu 59790e7f22 Change Tracer to not implement any method. 2019-03-27 08:06:24 -07:00
Bogdan Drutu bb3c3c35d9 Change SpanBuilder to not implement any method. 2019-03-27 08:01:47 -07:00
Bogdan Drutu 1412a2da22 Change Span to not implement any method. 2019-03-27 07:54:16 -07:00
Bogdan Drutu 9cabbeebfc Remove unused Clock. 2019-03-27 07:11:31 -07:00
Bogdan Drutu dcc5876463 Remove deprecated NonThrowingCloseable 2019-03-27 07:08:34 -07:00
Bogdan Drutu eb8696135e Fix javadoc in metrics/package-info. 2019-03-27 07:05:58 -07:00
Bogdan Drutu ec4318a10d Move defined tracing types to subpackage data 2019-03-26 16:31:04 -07:00
Bogdan Drutu 365881a428 Remove deprecated NetworkEvent. 2019-03-26 16:24:46 -07:00
Bogdan Drutu 64c217e613 Remove config and export from trace. Will be added to sdk. 2019-03-26 16:21:44 -07:00
Bogdan Drutu 3bd0e1e522 ./gradlew goJF 2019-03-26 16:19:29 -07:00
Bogdan Drutu 9cb3ad5eb7 Add initial OpenCensus API. 2019-03-26 16:02:25 -07:00
Bogdan Drutu 505ef89acf Cleanup gradle.build. 2019-03-19 18:13:27 -07:00
Bogdan Drutu 7a64e42c91 Minor readme fixes and add badges. 2019-02-26 10:33:57 -08:00
Bogdan Drutu afaef31350 Setup gradle, checkstyle, errorprone, google-java-format, jmh and first two artifacts context and api. 2019-02-26 10:17:30 -08:00