Skip to content

Commit

Permalink
docs: Update README to use logs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 17, 2024
1 parent 18ec40f commit a1bcf49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exporter/otlp-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `opentelemetry-exporter-otlp-logs` gem provides an [OTLP](https://github.com

[OpenTelemetry][opentelemetry-home] is an open source observability framework, providing a general-purpose API, SDK, and related tools required for the instrumentation of cloud-native software, frameworks, and libraries.

OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces, metrics and logs from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.

## How does this gem fit in?

Expand Down Expand Up @@ -63,9 +63,9 @@ For additional examples, see the [examples on github][examples-github].

The collector exporter can be configured explicitly in code, or via environment variables. The configuration parameters, environment variables, and defaults are shown below.

| Parameter | Environment variable | Default |
| ------------------- | -------------------------------------------- | ----------------------------------- |
| `endpoint:` | `OTEL_EXPORTER_OTLP_ENDPOINT` | `"http://localhost:4318/v1/traces"` |
| Parameter | Environment variable | Default |
| ------------------------- | -------------------------------------------- | ----------------------------------- |
| `endpoint:` | `OTEL_EXPORTER_OTLP_ENDPOINT` | `"http://localhost:4318/v1/logs"` |
| `certificate_file:` | `OTEL_EXPORTER_OTLP_CERTIFICATE` | |
| `client_certificate_file` | `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` | |
| `client_key_file` | `OTEL_EXPORTER_OTLP_CLIENT_KEY` | |
Expand Down

0 comments on commit a1bcf49

Please sign in to comment.