Skip to content

Commit 08a160c

Browse files
chore: Resolve md linting issues (#1812)
Resolve md linting issues
1 parent f62b09c commit 08a160c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

instrumentation/action_pack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ This instrumentation now relies on `ActiveSupport::Notifications` and registers
3838

3939
See the table below for details of what [Rails Framework Hook Events](https://guides.rubyonrails.org/active_support_instrumentation.html#action-controller) are recorded by this instrumentation:
4040

41-
| Event Name | Subscribe? | Creates Span? | Notes |
42-
| - | - | - | - |
41+
| Event Name | Subscribe? | Creates Span? | Notes |
42+
| ---- | --- | --- | --- |
4343
| `process_action.action_controller` | :white_check_mark: | :x: | It modifies the existing Rack span |
4444

4545
## Semantic Conventions

propagator/ottrace/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The `opentelemetry-propagator-ottrace` gem contains injectors and extractors for
77

88
| Header Name | Description | Required |
99
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
10-
| `ot-tracer-traceid` | 64-bit; 16 hex digits (extract and inject) or 128-bit; 32 hex digits (extract) | yes |
11-
| `ot-tracer-spanid` | 64-bit; 16 hex digits | yes |
10+
| `ot-tracer-traceid` | 64-bit; 16 hex digits (extract and inject) or 128-bit; 32 hex digits (extract) | yes |
11+
| `ot-tracer-spanid` | 64-bit; 16 hex digits | yes |
1212
| `ot-tracer-sampled` | boolean or bit encoded as a string with the values `'true'`,`'false'`, `'1'`, or `'0'` | no |
1313
| `ot-baggage-*` | repeated string to string key-value baggage items; keys are prefixed with `ot-baggage-` and the corresponding value is the raw string. | if baggage is present |
1414

resources/aws/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
Populates `cloud` and `host` for processes running on Amazon EC2, including abstractions such as ECS on EC2. Notably, it does not populate anything on AWS Fargate.
5050

5151
| Resource Attribute | Description |
52-
|--------------------|-------------|
52+
| ------------------ | ----------- |
5353
| `cloud.account.id` | Value of `accountId` from `/latest/dynamic/instance-identity/document` request |
5454
| `cloud.availability_zone` | Value of `availabilityZone` from `/latest/dynamic/instance-identity/document` request |
5555
| `cloud.platform` | The cloud platform. In this context, it's always "aws_ec2" |
@@ -64,7 +64,7 @@ Populates `cloud` and `host` for processes running on Amazon EC2, including abst
6464
<!-- cspell:ignore launchtype awslogs -->
6565
Populates `cloud`, `container`, and AWS ECS-specific attributes for processes running on Amazon ECS.
6666
| Resource Attribute | Description |
67-
|--------------------|-------------|
67+
| ------------------ | ----------- |
6868
| `cloud.platform` | The cloud platform. In this context, it's always "aws_ecs" |
6969
| `cloud.provider` | The cloud provider. In this context, it's always "aws" |
7070
| `container.id` | The container ID from the `/proc/self/cgroup` file |
@@ -81,7 +81,7 @@ Populates `cloud`, `container`, and AWS ECS-specific attributes for processes ru
8181

8282
Populates `cloud`, `container`, and Kubernetes (k8s) attributes for processes running on Amazon EKS.
8383
| Resource Attribute | Description |
84-
|--------------------|-------------|
84+
| ------------------ | ----------- |
8585
| `cloud.platform` | The cloud platform. In this context, it's always "aws_eks" |
8686
| `cloud.provider` | The cloud provider. In this context, it's always "aws" |
8787
| `container.id` | The container ID from the `/proc/self/cgroup` file |
@@ -95,7 +95,7 @@ The EKS detector verifies that the process is running on EKS by checking:
9595
### AWS Lambda Detector
9696
Populates `cloud` and `faas` (Function as a Service) attributes for processes running on AWS Lambda.
9797
| Resource Attribute | Description |
98-
|--------------------|-------------|
98+
| ------------------ | ----------- |
9999
| `cloud.platform` | The cloud platform. In this context, it's always "aws_lambda" |
100100
| `cloud.provider` | The cloud provider. In this context, it's always "aws" |
101101
| `cloud.region` | The AWS region from the `AWS_REGION` environment variable |

0 commit comments

Comments
 (0)