Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 2b46486

Browse files
authored
Merge pull request #867 from sebright/appveyor-link
Update link to AppVeyor build in readmes.
2 parents 8f68802 + 251549e commit 2b46486

File tree

6 files changed

+26
-14
lines changed

6 files changed

+26
-14
lines changed

contrib/agent/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OpenCensus Agent for Java
22

3-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
3+
[![Build Status][travis-image]][travis-url]
4+
[![Windows Build Status][appveyor-image]][appveyor-url]
5+
[![Maven Central][maven-image]][maven-url]
46

57
The *OpenCensus Agent for Java* collects and sends latency data about your Java process to
68
OpenCensus backends such as Zipkin, Stackdriver Trace, etc. for analysis and visualization.
@@ -88,6 +90,6 @@ java -javaagent:path/to/opencensus-contrib-agent-X.Y.Z.jar \
8890
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
8991
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
9092
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
91-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
93+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
9294
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-agent/badge.svg
9395
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-agent

contrib/grpc_util/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCensus gRPC Util
2-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
2+
[![Build Status][travis-image]][travis-url]
3+
[![Windows Build Status][appveyor-image]][appveyor-url]
4+
[![Maven Central][maven-image]][maven-url]
35

46
The *OpenCensus gRPC Util for Java* is a collection of utilities for trace instrumentation when
57
working with [gRPC][grpc-url].
@@ -27,7 +29,7 @@ compile 'io.opencensus:opencensus-contrib-grpc-util:0.9.1'
2729
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
2830
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
2931
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
30-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
32+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
3133
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-grpc-util/badge.svg
3234
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-grpc-util
3335
[grpc-url]: https://github.com/grpc/grpc-java

contrib/zpages/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCensus Z-Pages
2-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
2+
[![Build Status][travis-image]][travis-url]
3+
[![Windows Build Status][appveyor-image]][appveyor-url]
4+
[![Maven Central][maven-image]][maven-url]
35

46
The *OpenCensus Z-Pages for Java* is a collection of HTML pages to display stats and trace data and
57
allows library configuration control.
@@ -57,7 +59,7 @@ For more details see [SampledSpanStore][sampledspanstore-url].
5759
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
5860
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
5961
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
60-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
62+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
6163
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-zpages/badge.svg
6264
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-zpages
6365
[sampledspanstore-url]: https://github.com/census-instrumentation/opencensus-java/blob/master/api/src/main/java/io/opencensus/trace/export/SampledSpanStore.java

exporters/trace/logging/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCensus Logging Trace Exporter
2-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
2+
[![Build Status][travis-image]][travis-url]
3+
[![Windows Build Status][appveyor-image]][appveyor-url]
4+
[![Maven Central][maven-image]][maven-url]
35

46
The *OpenCensus Logging trace exporter* is a trace exporter that logs all data to the system log.
57

@@ -50,6 +52,6 @@ public class MyMainClass {
5052
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
5153
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
5254
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
53-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
55+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
5456
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-logging/badge.svg
55-
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-logging
57+
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-logging

exporters/trace/stackdriver/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCensus Stackdriver Trace Exporter
2-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
2+
[![Build Status][travis-image]][travis-url]
3+
[![Windows Build Status][appveyor-image]][appveyor-url]
4+
[![Maven Central][maven-image]][maven-url]
35

46
The *OpenCensus Stackdriver Trace Exporter* is a trace exporter that exports data to
57
Stackdriver Trace. [Stackdriver Trace][stackdriver-trace] is a distributed
@@ -103,7 +105,7 @@ events like Annotations and NetworkEvents will be dropped.
103105
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
104106
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
105107
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
106-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
108+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
107109
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-stackdriver/badge.svg
108110
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-stackdriver
109111
[stackdriver-trace]: https://cloud.google.com/trace/

exporters/trace/zipkin/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCensus Zipkin Trace Exporter
2-
[![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Maven Central][maven-image]][maven-url]
2+
[![Build Status][travis-image]][travis-url]
3+
[![Windows Build Status][appveyor-image]][appveyor-url]
4+
[![Maven Central][maven-image]][maven-url]
35

46
The *OpenCensus Zipkin Trace Exporter* is a trace exporter that exports
57
data to Zipkin. [Zipkin](http://zipkin.io/) Zipkin is a distributed
@@ -75,6 +77,6 @@ Java 6 or above is required for using this exporter.
7577
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
7678
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
7779
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
78-
[appveyor-url]: https://ci.appveyor.com/project/instrumentationjavateam/opencensus-java/branch/master
80+
[appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
7981
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-zipkin/badge.svg
80-
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-zipkin
82+
[maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-exporter-trace-zipkin

0 commit comments

Comments
 (0)