Skip to content

Blog: Fix OTel Rust Blog's Missing Tooltip#2901

Merged
dhruv-ahuja merged 1 commit intomainfrom
fix/otel_rust_tooltip
Mar 14, 2026
Merged

Blog: Fix OTel Rust Blog's Missing Tooltip#2901
dhruv-ahuja merged 1 commit intomainfrom
fix/otel_rust_tooltip

Conversation

@dhruv-ahuja
Copy link
Contributor

@dhruv-ahuja dhruv-ahuja commented Mar 14, 2026

Summary

Fixes an invisible/whitespace rendering bug in the OpenTelemetry Rust blog post where a Tooltip component was using the wrong component property.

Motivation / Problem

On the live SigNoz website, the text "OpenTelemetry spans" in the State of Logging and OpenTelemetry section was rendering as invisible whitespace instead of the expected underlined tooltip trigger.

Changes

  • Changed title prop to text prop in the <Tooltip> component usage at line 54 of data/blog/opentelemetry-rust.mdx

Description

This component instance was referring to the incorrect property. Other instances are using the valid property and thus render as intended.

Type of Change

  • Blog – Changes to data/blog/**

Impact

  • Documentation only
  • UI changes
  • Developer workflow
  • Performance impact
  • Breaking change

Before / After (if applicable)

before:
section link

image

after:
section link
image

Checklist

General

  • Branch is up to date with main
  • PR title follows conventional format (type: description)
  • Self-reviewed the code
  • Comments added for complex logic

For all changes

  • Built locally (yarn build) with no errors
  • Ran yarn lint and fixed any issues

@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
signoz-web Ready Ready Preview, Comment Mar 14, 2026 9:40am

Request Review

@dhruv-ahuja dhruv-ahuja enabled auto-merge (squash) March 14, 2026 09:42
@dhruv-ahuja dhruv-ahuja merged commit 1e6762a into main Mar 14, 2026
5 checks passed
@dhruv-ahuja dhruv-ahuja deleted the fix/otel_rust_tooltip branch March 14, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants