aboutsummaryrefslogtreecommitdiffstats
path: root/exporters
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup in Stackdriver trace exporter. (#1319)Bogdan Drutu2018-07-171-23/+11
* Export cumulative buckets for Prometheus (#1309)Thor Anker Kvisgård Lange2018-07-123-7/+9
* Update release versions for all readme and build files. (#1277)Yang Song2018-06-218-48/+48
* Error Prone: 2.2.0 -> 2.3.1sebright2018-06-131-1/+2
|\
| * Error Prone: 2.2.0 -> 2.3.1Kristen Kozak2018-06-131-1/+2
* | Stackdriver Trace Exporter: improve unit tests on resource labels. (#1254)Yang Song2018-06-133-12/+33
|/
* Stackdriver Stats Exporter: don't set StartTime for Gauge values. (#1253)Yang Song2018-06-132-6/+16
* Stackdriver Trace Exporter: add resource labels to Spans. (#1243)Yang Song2018-06-123-22/+231
* Stackdriver Stats Exporter: remove unnecessary SuppressWarnings. (#1249)Yang Song2018-06-111-3/+0
* Update release versions for all readme and build files. (#1237)Yang Song2018-06-058-48/+48
* Cleanup trace exporters. (#1225)Bogdan Drutu2018-06-016-136/+384
* Update grpc and jagger. (#1222)Bogdan Drutu2018-05-313-8/+12
* Add a note about Guava version conflicts in cloud client library. (#1221)Yang Song2018-05-301-0/+12
* Overwrite the sampling probability to default for stats exporters. (#1219)Yang Song2018-05-303-4/+20
* Stackdriver Trace Exporter: update README about auth setup and project id in ...Yang Song2018-05-211-0/+14
* Prometheus exporter: remove namespace and prefix for help message. (#1203)Yang Song2018-05-183-84/+31
* Avoid sending negative timestamps to Stackdriver.Kristen Kozak2018-05-152-2/+8
* Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak2018-05-151-5/+3
* Update release versions for all readme and build files. (#1190)Yang Song2018-05-088-48/+48
* Map http attributes to the stackdriver format, resolves #1153 (#1183)Sebastian Bruckner2018-05-072-2/+73
* Update release versions for all readme and build files. (#1178)Yang Song2018-05-028-48/+48
* Add missing Nullable annotation to Functions.returnNull().Kristen Kozak2018-05-022-20/+17
* Set bucket bounds as le labels for Prometheus exporter. (#1167)Yang Song2018-05-025-53/+214
* Update release versions for readme and build files. (#1160)Yang Song2018-04-278-48/+48
* Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song2018-04-276-50/+207
* Move monitored resource detection utils to a separate artifact. (#1135)Yang Song2018-04-265-336/+65
* Update the MonitoredResource section in SD readme (#1140)Yang Song2018-04-191-10/+10
* Improve Duration.toMillis() (#1132)Yang Song2018-04-162-2/+2
* Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song2018-04-162-12/+2
* Auto detect AWS EC2 resources. (#1126)Yang Song2018-04-134-27/+244
* Update release versions for all readme and build files. (#1129)Yang Song2018-04-138-48/+48
* This fixes the Jaeger integration test and generally cleans it up (#1122)Adrian Cole2018-04-113-228/+198
* Fix a few typos in exporter README (#1110)Yang Song2018-04-032-2/+2
* Update StackdriverStatsExporter README about auto-detecting resources. (#1107)Yang Song2018-03-301-4/+13
* Deprecate Mean and MeanData (#1101)Yang Song2018-03-283-16/+12
* Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak2018-03-274-12/+0
* Auto detect GCE and GKE Stackdriver MonitoredResources. (#1071)Yang Song2018-03-264-9/+139
* Merge pull request #1085 from marccarre/issues/1066-more-robust-jaeger-integr...sebright2018-03-261-23/+66
|\
| * Wait for Jaeger to be able to handle HTTP requests, by retrying on unexpected...Marc CARRE2018-03-241-1/+7
| * Wait for Jaeger to be able to handle HTTP requests, by retrying on unexpected...Marc CARRE2018-03-241-0/+10
| * Wait for Jaeger to be ready by querying it rather than waiting.Marc CARRE2018-03-241-10/+29
| * Fix/improve assertion on span duration.Marc CARRE2018-03-241-4/+9
| * Add unit to all times and durations.Marc CARRE2018-03-241-13/+16
* | Point README at correct link for monitoring API (#1091)Jean de Klerk2018-03-261-1/+1
* | Simplify README.md (#1092)Jean de Klerk2018-03-261-1/+1
|/
* Merge pull request #1086 from sebright/run-findbugs-on-testssebright2018-03-237-27/+11
|\
| * Enable FindBugs in tests.Kristen Kozak2018-03-237-27/+11
* | Set unit '1' when the aggregation type is Count. (#1087)Bogdan Drutu2018-03-232-1/+60
|/
* Run jaegertracing/all-in-one:1.2.0 instead of latest. (#1084)Marc Carré2018-03-231-1/+1
* Run docker version to find whether Jaeger integration test can be performed. ...Marc Carré2018-03-231-1/+1