Skip to content

Commit 71233b6

Browse files
committed
fix: update frontend monitoring docs structure and formatting
1 parent de85556 commit 71233b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/docs/frontend-monitoring/sending-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install the following dependencies.
4343
- **`@opentelemetry/exporter-logs-otlp-http`**: Implements the OTLP (OpenTelemetry Protocol) HTTP exporter that sends your logs to the SigNoz collector. This handles the actual transmission of log data over HTTP.
4444
4545
- **`@opentelemetry/api-logs`**: Provides the logging API interface (`logs` object) that your application code uses to create log records. This is the main API you'll interact with when adding logging statements to your code.
46-
</details>
46+
</details>
4747
4848
### Step 2: Create an instrumentation file
4949

data/docs/frontend-monitoring/sending-metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install the following dependencies.
4343
- **`@opentelemetry/exporter-metrics-otlp-http`**: Implements the OTLP (OpenTelemetry Protocol) HTTP exporter that sends your metrics to the SigNoz collector. This handles the actual transmission of metrics data over HTTP.
4444
4545
- **`@opentelemetry/api-metrics`**: Provides the API interface that your application code uses to create metrics. This is the main API you'll interact with when adding metrics to your code.
46-
</details>
46+
</details>
4747
4848
### Step 2: Create an instrumentation file
4949

data/docs/frontend-monitoring/sending-traces.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Install the following dependencies.
5959
- **`@opentelemetry/resources`**: Provides resource attributes that identify your service (like service name, version, etc.). This helps distinguish traces from different services in your SigNoz dashboard.
6060
6161
- **`@opentelemetry/instrumentation-user-interaction`**: Automatically instruments user interactions like clicks, inputs, and form submissions. This helps correlate user actions with resulting operations and provides insights into user behavior.
62-
</details>
62+
</details>
6363
6464
### Step 2: Create an instrumentation file
6565

0 commit comments

Comments
 (0)