| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Exporter/OCAgent: Add OcAgentNodeUtils. (#1471) | Yang Song | 2018-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Exporter/OCAgent: Add OcAgentNodeUtils. Add utilities for detecting and creating Node. Equivalent to https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/nodeinfo.go. * Fix nullness checker. * Use a local VERSION string in OC-Agent Exporter. | ||||
| * | Update releasing (#1472) | Bogdan Drutu | 2018-09-25 | 1 | -3/+1 |
| | | | | Remove unsafe way to give permissions. | ||||
| * | Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470) | Yang Song | 2018-09-24 | 1 | -1/+0 |
| | | |||||
| * | Exporter: Start adding OC-Agent Trace Exporter. (#1455) | Yang Song | 2018-09-24 | 1 | -0/+1 |
| | | |||||
| * | Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459) | Yang Song | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | * Contrib: Add opencensus-contrib-opencensus-proto-util. * Update CHANGELOG. | ||||
| * | Update release version for Bazel build files. (#1457) | sebright | 2018-09-18 | 1 | -0/+1 |
| | | | | | | This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel. | ||||
| * | Update directory names in RELEASING.md. (#1434) | sebright | 2018-09-14 | 1 | -2/+2 |
| | | | | | Some directory names were changed, so the list of readmes in RELEASING.md needed to be updated. | ||||
| * | Update release instructions for new Github branch protection rules. (#1430) | sebright | 2018-09-14 | 1 | -21/+4 |
| | | | | | | | Now protected branches can be specified with a pattern, so we can protect all release branches with one rule. See https://help.github.com/articles/about-protected-branches/. There is no need to enable branch protection when making a release. | ||||
| * | Spring sleuth (#1378) | Dino Oliva | 2018-09-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial import of OpenCensus/Sleuth integration. * Minor fixes for integration with master. * Adds a README. * Removes hardcoded dependencies in build file. * Adds contrib to spring_sleuth file path. * Updates package names appropriately based on file renames. * Fixes build paths. * Fixes for build checks. * Mark as experimental. * Minor fixes for build files (space vs tab). * Minor fixes for build files (space vs tab). * Update README to absolve Spring Sleuth team of any responsibility for this spring_sleuth plugin. * Minor fixes for import control (space vs tab). * Tag public classes @since 0.16 * Adds javadoc for public methods not already documented. * Updates OpenCensusSleuthTracer to pass nullness checks. * Fixes for formatting issues. * Fixes for typos. * Suppresses the check return value warning added by gRPC. * Suppresses the check return value warning added by gRPC. | ||||
| * | Add readme for opencensus-contrib-log-correlation-log4j. (#1402) | sebright | 2018-09-04 | 1 | -0/+1 |
| | | |||||
| * | added contrib/spring/README.md to list of README files in RELEASING.md | savaki | 2018-07-21 | 1 | -0/+1 |
| | | |||||
| * | Add exemplar_util/README to releasing note. (#1308) | Yang Song | 2018-07-12 | 1 | -0/+1 |
| | | |||||
| * | Add contrib/log_correlation/stackdriver/README.md to RELEASING.md. | Kristen Kozak | 2018-06-19 | 1 | -0/+1 |
| | | | | | | The readme contains build file snippets that need to be updated for each release. | ||||
| * | Add appengine_standard_util/README.md to RELEASING.md (#1238) | Yang Song | 2018-06-05 | 1 | -0/+1 |
| | | |||||
| * | Update versions for monitored resource util README. (#1206) | Yang Song | 2018-05-21 | 1 | -0/+1 |
| | | |||||
| * | Mention updating CHANGELOG in releasing instruction. (#1181) | Yang Song | 2018-05-03 | 1 | -0/+6 |
| | | |||||
| * | Clarify the order of pushing the release branch and deploying in RELEASING.md. | Kristen Kozak | 2018-05-01 | 1 | -2/+3 |
| | | |||||
| * | Update RELEASING.md that changes can be found from CHANGELOG.md. (#1159) | Yang Song | 2018-04-27 | 1 | -1/+4 |
| | | |||||
| * | Add bazel build for gRPC Hello World example. (#1052) | Yang Song | 2018-03-20 | 1 | -0/+7 |
| | | |||||
| * | Update README, RELEASING and all/build.gradle (#1064) | Yang Song | 2018-03-16 | 1 | -0/+1 |
| | | |||||
| * | Implement Prometheus Stats exporter (#965) | Yang Song | 2018-02-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Implement Prometheus Stats exporter * Add PromethuesStatsExporter README to releasing update list * Made some special strings as constants. * Simplify registration of Prometheus collector * Add javadoc for data model conversions. Add @since. | ||||
| * | First proof of concept for Instana integration (#972) | Fabian Lange | 2018-02-09 | 1 | -0/+1 |
| | | |||||
| * | Update script in RELEASING.md and use them to update release version in all ↵ | Hailong Wen | 2018-01-22 | 1 | -0/+81 |
| | | | | | readmes and build files. (fixes #941) (#946) | ||||
| * | Update scripts in RELEASING.md to include examples/pom.xml, and apply the ↵ | Hailong Wen | 2018-01-19 | 1 | -0/+1 |
| | | | | | change. (#943) | ||||
| * | Bump version in examples/build.gradle (#939) | Bogdan Drutu | 2018-01-18 | 1 | -0/+1 |
| | | |||||
| * | Record the agent label for stackdriver trace exporter. (#717) | Bogdan Drutu | 2017-10-23 | 1 | -0/+1 |
| | | |||||
| * | Don't specify branch protection settings to disable in RELEASING.md. | Kristen Kozak | 2017-09-11 | 1 | -1/+1 |
| | | |||||
| * | Add a section on enabling branch protection to RELEASING.md. | Kristen Kozak | 2017-09-08 | 1 | -2/+21 |
| | | |||||
| * | Update releasing known issues. (#444) | Bogdan Drutu | 2017-07-10 | 1 | -2/+2 |
| | | |||||
| * | Add a section of known issues with the release. (#438) | Bogdan Drutu | 2017-07-07 | 1 | -0/+11 |
| | | |||||
| * | Replace instrumentation with opencensus in the releasing instructions. (#432) | Bogdan Drutu | 2017-07-07 | 1 | -9/+8 |
| | | |||||
| * | Update main build.gradle for export to use OpenCensus. (#374) | Bogdan Drutu | 2017-06-19 | 1 | -3/+3 |
| | | |||||
| * | Add a link to JIRA bug for releasing instruction. (#338) | Yang Song | 2017-06-06 | 1 | -1/+4 |
| | | | | | | | * Add a link to JIRA bug for releasing instruction. * Add a list on getting permissons. | ||||
| * | Update initial release instructions and add instructions for deployment. (#223) | Bogdan Drutu | 2017-04-17 | 1 | -0/+45 |
| | | | | | | * Update initial release instructions and add instructions for deployment. * Update instructions to checkout to the tag. | ||||
| * | Add initial releasing instructions. (#212) | Bogdan Drutu | 2017-04-13 | 1 | -0/+122 |
| * Add initial releasing instructions. | |||||
