Skip to content

Commit

Permalink
docs: Update README with release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 6, 2024
1 parent 5628131 commit 316109d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Experimental! OpenTelemetry Logs for Ruby Demo

> [!IMPORTANT]
> **Update 2024-12-05:** Some of the gems referenced in this example are now available
> on RubyGems, so you no longer need to install them from source.
> * `opentelemetry-logs-sdk`
> * `opentelemetry-sdk` version 1.6+
> * `opentelemetry-exporter-otlp-logs`
>
> The gems with `api` in the name should be installed automatically where needed.
> The `opentelemetry-instrumentation-*` gems referenced in this example have not been released.
> The example Gemfile has been updated to reflect what's needed.
This is a minimal [Rails](https://rubyonrails.org/) 7.0 / [Ruby](https://github.com/ruby/ruby) 3.2 application demonstrating how to use an experimental implementation of [OpenTelemetry logs](https://opentelemetry.io/docs/specs/otel/logs/) for Ruby.

PRs for the gems used in this example can be found at:
Expand Down

0 comments on commit 316109d

Please sign in to comment.