Skip to content

GoogleCloudPlatform/opentelemetry-operations-java

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 28, 2023 14:38
November 16, 2023 11:30
November 16, 2023 11:30
March 22, 2023 14:50
October 11, 2022 17:56
November 22, 2023 09:25
March 22, 2023 14:50
March 22, 2023 14:50
April 12, 2023 16:34

Open-Telemetry Operations Exporters for Java

Maven Central

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

See contributing guide.

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.

Google Cloud Autoconfigure module

Note: This is an alpha-release.

See Autoconfigure Readme for installation and usage instructions.