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

Commit 251549e

Browse files
committed
Use consistent text for AppVeyor status badges.
1 parent e0c80c0 commit 251549e

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

contrib/agent/README.md

Lines changed: 3 additions & 1 deletion
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.

contrib/grpc_util/README.md

Lines changed: 3 additions & 1 deletion
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].

contrib/zpages/README.md

Lines changed: 3 additions & 1 deletion
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.

exporters/trace/logging/README.md

Lines changed: 4 additions & 2 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

@@ -52,4 +54,4 @@ public class MyMainClass {
5254
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
5355
[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: 3 additions & 1 deletion
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

exporters/trace/zipkin/README.md

Lines changed: 4 additions & 2 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
@@ -77,4 +79,4 @@ Java 6 or above is required for using this exporter.
7779
[appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=true
7880
[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)