You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,6 @@
2
2
3
3
This guide covers all configuration options for the SolarWinds APM Ruby gem, an OpenTelemetry-based distribution that provides automatic instrumentation and observability features for Ruby applications.
To get started quickly, you only need to set your service key:
@@ -48,7 +37,7 @@ Configuration can be set in multiple ways with the following precedence order (h
48
37
49
38
Environment variables are the most flexible way to configure the SolarWinds APM gem, especially in containerized or cloud environments.
50
39
51
-
All SolarWinds APM-specific settings are prefixed with `SW_APM_`. Standard OpenTelemetry environment variables are also supported where applicable.
40
+
All SolarWinds APM-specific settings are prefixed with `SW_APM_`. Standard [OpenTelemetry environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/) are also supported where applicable.
52
41
53
42
**Required Configuration**
54
43
@@ -64,6 +53,8 @@ All SolarWinds APM-specific settings are prefixed with `SW_APM_`. Standard OpenT
64
53
|`SW_APM_DEBUG_LEVEL`| Logging verbosity (-1 to 6) |`3`|`5`|
The service name is extracted from your service key by default, but can be overridden:
94
+
The service name is extracted from your service key by default, but can be overridden.
95
+
96
+
By default the service name portion of the service key is used, e.g. `my-service` if the service key is `SW_APM_SERVICE_KEY=api-token:my-service`. If the `OTEL_SERVICE_NAME` or `OTEL_RESOURCE_ATTRIBUTES` environment variable is used to specify a service name, it will take precedence over the default.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,6 @@
2
2
3
3
Thank you for your interest in contributing to the SolarWinds APM Ruby gem! This document provides guidelines and instructions for contributing to this OpenTelemetry-based Ruby distribution.
4
4
5
-
## Table of Contents
6
-
7
-
-[Code of Conduct](#code-of-conduct)
8
-
-[How to Contribute](#how-to-contribute)
9
-
-[Development Setup](#development-setup)
10
-
-[Development Workflow](#development-workflow)
11
-
-[Testing](#testing)
12
-
-[Code Quality](#code-quality)
13
-
-[Getting Help](#getting-help)
14
-
15
5
## Code of Conduct
16
6
17
7
By participating in this project, you agree to abide by our Code of Conduct. Please treat all community members with respect and create a welcoming environment for everyone.
0 commit comments