aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove finalize from RecordEventsSpanImpl (#2043)upstream-masterKristofer Karlsson2020-09-222-12/+0
| | | | | | | | | | | | Fixes #2045 This will reduce GC pressure since the VM will not call Finalizer.register() when creating Span objects. Since this method is synchronized on a static lock it can be a source of contention. It also avoids contention on the same lock when running runFinalizer() as part of GC
* Bump document version (#2053)Nail Islamov2020-08-1429-120/+126
| | | | | * Update release versions for all readme and build files. * Update changelog
* Start 0.28.0 development cycle (#2051)Nail Islamov2020-08-147-8/+8
|
* feat: Allow users to specify a metric display name prefix, separately from ↵OmerLitov2020-08-116-2/+53
| | | | the metric name prefix (#2050)
* Add more InstanaExporterHandler tests (#2014)August Janse2020-04-281-0/+159
|
* deps: update Guava to 29.0 (#2032)Elliotte Rusty Harold2020-04-271-1/+1
| | | @chingor13
* Update release versions for all readme and build files. (#2028)Mayur Kale2020-03-2632-128/+133
|
* deps: update protobuf (#2029)Elliotte Rusty Harold2020-03-252-2/+2
| | | | | * deps: update protobuf * update protoc in contrib
* Start 0.27.0 development cycle (#2026)Mayur Kale2020-03-188-9/+9
|
* deps: update gRPC (#2024)Elliotte Rusty Harold2020-03-182-1/+7
| | | | | | | | | * deps: update protobuf and gRPC @rghetia * deps: revert protobuf * add release notes
* deps: update GSON (#2025)Elliotte Rusty Harold2020-03-171-1/+1
| | | @rghetia
* deps: update auth libraries (#2023)Elliotte Rusty Harold2020-03-161-1/+1
| | | @rghetia
* docs: 1.0 no longer expected (#2022)Elliotte Rusty Harold2020-03-161-2/+1
|
* update guava (#2018)Elliotte Rusty Harold2020-03-111-1/+1
|
* chore(RELEASING.md): update list of VERSION_FILES (#2019)Mayur Kale2020-03-111-0/+2
|
* feat: Allow users to register the same Meter multiple times without ↵Mayur Kale2020-03-1011-21/+102
| | | | | | | | | exception (#2017) * feat: Allow register same metric multiple times * add more test * remove redundant test
* Fix quickstart link in README (#2012)Chris Kleinknecht2020-02-181-1/+1
| | | Drive-by fix for a dead link in the README.
* Update release versions for all readme and build files. (#2011)Mayur Kale2020-02-1431-122/+123
| | | | | | * Update release versions for all readme and build files. * fix examples
* Start 0.26.0 development cycle (#2006)Mayur Kale2020-02-076-6/+6
|
* Add observability ready util (#2002)Mayur Kale2020-02-048-0/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add observability ready util * add enableOpenCensus function fix format fix format fix format fix format fix format fix format * minor patch * minor patch * update README * fix code reviews * fetch SERVICE_NAME from env
* Build: Upgrade gRPC version. (#2001)Maximilian Wright2020-01-131-1/+1
|
* Set status values to OpenCensus. (#1991)Markus Heimbach2019-10-161-2/+2
| | | | | | The previous values used to be plain `census` but those changed to be `opencensus`. Signed-off-by: Markus Heimbach <markus@esukram.org>
* Add Wrapper for WriteListener. (#1984)rghetia2019-10-043-1/+143
| | | | | | * Add Wrapper for WriteListener. * add try block after attach context and detach context in finally block.
* Add note about opencensus and opentracing merger (#1979)Yang Song2019-09-191-0/+2
|
* Checker Framework: 2.10.0 -> 2.10.1 (#1977)sebright2019-09-111-1/+1
|
* Update release versions for all readme, build files and changelog (#1973)Yang Song2019-08-2729-120/+122
| | | | | | | | * Update release versions for all readme and build files. * Update CHANGELOG.md * Fix gRPC version in example Maven
* Add a missing version file in RELEASING.md (#1971)Yang Song2019-08-271-0/+1
|
* Start 0.25.0 development cyclesongy232019-08-276-6/+6
|
* Clear handler reference on OcAgentTraceExporter unregister (#1965)Chris Thunes2019-08-261-1/+4
| | | | This allows the exporter to be re-registered without triggering an IllegalStateException.
* Replace oraclejdk8 with openjdk8 and remove jdk_switcher from Travis (#1967)Yang Song2019-08-232-10/+7
|
* Checker Framework: 2.9.2 -> 2.10.0 (#1960)sebright2019-08-051-1/+1
|
* Use Zipkin quickstart script in download instructions (#1956)Tommy Ludwig2019-07-311-1/+1
| | | The group id of the Zipkin Server maven artifact has changed in recent versions, so the previous instructions would not download the latest version of the server. The quickstart script provided by Zipkin is the recommended way to download the Zipkin Server jar and will download the latest version.
* Use HTTPS links in Zipkin exporter README (#1957)Tommy Ludwig2019-07-311-2/+2
|
* use regular thread for to expose errors in appengine (#1955)rghetia2019-07-303-50/+8
| | | | | | * use regular thread for IntervalMetricReader to expose error logs in appengine. * add try-catch for SecurityException.
* Build: Upgrade gRPC and Google dependency versions. (#1951)Yang Song2019-07-1511-33/+34
| | | | | | | | * Build: Upgrade gRPC and Google dependency versions. * Replace isSameAs with isSameInstanceAs. * Update contains* methods.
* Exporter/Stackdriver: Fix stale document on interval. (#1950)Yang Song2019-07-154-12/+12
|
* Checker Framework: 2.8.2 -> 2.9.0 (#1948)sebright2019-07-111-1/+1
|
* Removing AppEngine restriction on Java version. (#1944)Jim King2019-06-271-6/+4
| | | | | | * Updating AppEngine Java version. * update
* Resource: Add deployment label for k8s resource. (#1943)Yang Song2019-06-202-4/+86
| | | | | | | | * Resource: Add deployment label for k8s resource. * Add a missing annotation. * Parse deployment name correctly.
* Count metrics should have unit '1'. (#1942)Yang Song2019-06-182-2/+27
|
* spring servlet example: make port configurable. (#1940)rghetia2019-06-131-2/+10
|
* spring servlet example. (#1939)rghetia2019-06-1317-0/+707
| | | | | | | | | * spring servlet example. * add gradle wrapper jar to fix build error. * rename function and added configurable port number. - also changed opencensus version to fix the maven build error.
* Context: Remove CONTEXT_SPAN_KEY and TAG_CONTEXT_KEY from API. (#1938)Yang Song2019-06-126-20/+8
| | | | | | * Context: Remove CONTEXT_SPAN_KEY and TAG_CONTEXT_KEY from API. * Upgrade gRPC version.
* Update release versions for all readme and build files and CHANGELOG. (#1937)Yang Song2019-06-1229-120/+121
| | | | | | * Update release versions for all readme and build files. * Update CHANGELOG.
* Start 0.24.0 development cycle (#1935)Yang Song2019-06-125-5/+5
|
* Exporter/Zipkin: Add a note about status tags. (#1931)Yang Song2019-06-112-6/+58
| | | | | | * Exporter/Zipkin: Add a note about status tags. * Set error tag when status is not OK.
* add spring starter package for opencensus spring integration. (#1934)rghetia2019-06-117-0/+110
| | | | | | | | * add spring starter package for opencensus spring integration. * remove duplicate links. * fix build error.
* remove dependency on spring-cloud-build. (#1933)rghetia2019-06-111-1/+0
|
* Revert "maven package fails to compile due invalid .jar ext instead of .pom ↵rghetia2019-06-111-1/+1
| | | | | (#1930)" (#1932) This reverts commit 29b508534de4762158d11afb19ab165713b3718f.
* Exporter/Jaeger: Set span status as tags. (#1928)Yang Song2019-06-113-9/+70
| | | | | | | | | | * Exporter/Jaeger: Set span status as tags. Fixes #1927. * Expose constants to tests. * Remove the error tag.