OpenTelemetry Operations Java

Examples for Cloud Trace Exporter

License

License

GroupId

GroupId

com.google.cloud.opentelemetry
ArtifactId

ArtifactId

examples-trace
Last Version

Last Version

0.14.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

OpenTelemetry Operations Java
Examples for Cloud Trace Exporter
Project URL

Project URL

https://github.com/GoogleCloudPlatform/opentelemetry-operations-java
Source Code Management

Source Code Management

https://github.com/GoogleCloudPlatform/opentelemetry-operations-java

Download examples-trace

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-trace/ -->
<dependency>
    <groupId>com.google.cloud.opentelemetry</groupId>
    <artifactId>examples-trace</artifactId>
    <version>0.14.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-trace/
implementation 'com.google.cloud.opentelemetry:examples-trace:0.14.0-RC1'
// https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-trace/
implementation ("com.google.cloud.opentelemetry:examples-trace:0.14.0-RC1")
'com.google.cloud.opentelemetry:examples-trace:jar:0.14.0-RC1'
<dependency org="com.google.cloud.opentelemetry" name="examples-trace" rev="0.14.0-RC1">
  <artifact name="examples-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.opentelemetry', module='examples-trace', version='0.14.0-RC1')
)
libraryDependencies += "com.google.cloud.opentelemetry" % "examples-trace" % "0.14.0-RC1"
[com.google.cloud.opentelemetry/examples-trace "0.14.0-RC1"]

Dependencies

compile (4)

Group / Artifact Type Version
io.opentelemetry : opentelemetry-api jar 0.14.1
io.opentelemetry : opentelemetry-sdk jar 0.14.1
com.google.cloud : google-cloud-trace jar 1.0.2
com.google.cloud.opentelemetry : exporter-trace jar 0.14.0-RC1

Project Modules

There are no modules declared in this project.

Open-Telemetry Operations Exporters for Java

Build Status

Provides OpenTelemetry Exporters for Google Cloud Operations.

Building

This project requires a mock server for Google Cloud APIs. To build and test, do the following:

$ ./gradlew test

Note: This project uses Test Containers, which requires docker to be runnable locally by the current users. Please verify docker run hello-world works, and if not configure your local docker before building.

Contributing

TODO(jsuereth): Add full contributing section.

Enforcing Style

This project uses the spotless plugin to enforce style. You can automatically correct any issues by running:

$ ./gradlew spotlessApply

Google Cloud Trace Exporter

See Tracing Readme for installation and usage instructions.

Google Cloud Monitoring Exporter

Note: This is an alpha-release.

See Metrics Readme for installation and usage instructions.

com.google.cloud.opentelemetry

Google Cloud Platform

Versions

Version
0.14.0-RC1
0.11.0
0.10.1
0.10.0
0.9.1
0.7.1