Skip to content

Commit

Permalink
update java lib (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Aug 8, 2023
1 parent b71440d commit 4f05f45
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions lib-java/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![](./img/integrations_java.png) Java client library for SignalFx
# ![](./img/integrations_java.png) Java instrumentation for Splunk Observability Cloud


- [Description](#description)
Expand All @@ -7,12 +7,14 @@

### DESCRIPTION

This <a target="_blank" href="https://github.com/signalfx/signalfx-java">repository</a> contains libraries for instrumenting Java applications and reporting metrics to Splunk Infrastructure Monitoring, using Codahale Metrics.

You can also use the module `signalfx-java` to send metrics directly to Splunk Infrastructure Monitoring using protocol buffers, without using Codahale or Yammer metrics.

For more information regarding installation, usage, and examples see https://github.com/signalfx/signalfx-java
Java instrumentation is available from the
[Splunk Distribution of OpenTelemetry Java](https://github.com/signalfx/splunk-otel-java). This instrumentation agent provides
feature-rich auto-instrumentation with very little manual configuration.
It is built on top of the industry standard [OpenTelemetry](https://opentelemetry.io/).

Users building manual instrumentation can also leverage the
[OpenTelemetry Java SDK](https://github.com/open-telemetry/opentelemetry-java)
to send telemetry to Splunk.

### LICENSE

Expand Down

0 comments on commit 4f05f45

Please sign in to comment.