Lines Matching +full:backwards +full:- +full:incompatible

5 …hub repositories, except [census-instrumentation/opencensus-python](https://github.com/census-inst…
7 …ead the full blog post to learn more**](https://opentelemetry.io/blog/2023/sunsetting-opencensus/).
9 # OpenCensus - A stats collection and distributed tracing framework
10 [![Gitter chat][gitter-image]][gitter-url]
11 [![Maven Central][maven-image]][maven-url]
12 [![Javadocs][javadoc-image]][javadoc-url]
13 [![Build Status][travis-image]][travis-url]
14 [![Windows Build Status][appveyor-image]][appveyor-url]
15 [![Coverage Status][codecov-image]][codecov-url]
17 > :exclamation: The [opencensus-contrib-log-correlation-log4j2](https://github.com/census-instrumen…
19 > [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228)
20 > and [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046) disclosed
27 > opencensus-contrib-log-correlation-log4j2 library to upgrade to the latest
28 …0.30.0)](https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-log-correlation-log4j2/0.…
35 Please join [gitter](https://gitter.im/census-instrumentation/Lobby) for help or feedback on this
38backwards compatibility with existing OpenCensus integrations, and we will continue to make securi…
43 …ickstart for Applications](https://github.com/census-instrumentation/opencensus-java#quickstart-fo…
54 <artifactId>opencensus-api</artifactId>
62 compile 'io.opencensus:opencensus-api:0.30.0'
121 [here](https://github.com/census-instrumentation/opencensus-java/blob/master/examples/src/main/java…
174 .put(FRONTEND_KEY, TagValue.create("mobile-ios9.3.5"))
195 setup exporters, and debugging [Z-Pages](https://github.com/census-instrumentation/opencensus-java/…
204 <artifactId>opencensus-api</artifactId>
209 <artifactId>opencensus-impl</artifactId>
218 compile 'io.opencensus:opencensus-api:0.30.0'
219 runtime 'io.opencensus:opencensus-impl:0.30.0'
236 ### How to setup debugging Z-Pages?
238 If the application owner wants to export in-process tracing and stats data via HTML debugging pages
239 see this [link](https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/zpage…
246 backwards-incompatible changes in any minor or patch releases. We will address issues and requests
247 with the highest priority. If we were to make a backwards-incompatible changes on an API, we will
252 There may be backwards incompatible changes in a minor version release, though not in a patch
257 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
258 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
259 [appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=tr…
260 [appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
261 [javadoc-image]: https://www.javadoc.io/badge/io.opencensus/opencensus-api.svg
262 [javadoc-url]: https://www.javadoc.io/doc/io.opencensus/opencensus-api
263 [maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-api/badge.…
264 [maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-api
265 [gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg
266 [gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_…
267 [codecov-image]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/graph/b…
268 [codecov-url]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/
270 [TraceExporterInstana]: https://github.com/census-instrumentation/opencensus-java/tree/master/expor…
271 [TraceExporterJaeger]: https://github.com/census-instrumentation/opencensus-java/tree/master/export…
272 [TraceExporterLogging]: https://github.com/census-instrumentation/opencensus-java/tree/master/expor…
273 [TraceExporterStackdriver]: https://github.com/census-instrumentation/opencensus-java/tree/master/e…
274 [TraceExporterZipkin]: https://github.com/census-instrumentation/opencensus-java/tree/master/export…
275 [StatsExporterStackdriver]: https://github.com/census-instrumentation/opencensus-java/tree/master/e…
276 [StatsExporterSignalFx]: https://github.com/census-instrumentation/opencensus-java/tree/master/expo…
277 [StatsExporterPrometheus]: https://github.com/census-instrumentation/opencensus-java/tree/master/ex…