Database observability is crucial in modern systems, and OpenTelemetry is enhancing it through semantic conventions, which provide a unified framework for naming and interpreting observability signals across different tools and languages. These conventions ensure consistency by standardizing the way database spans, metrics, and attributes are defined, thus eliminating confusion and improving clarity. Recent efforts have focused on stabilizing OpenTelemetry's database semantic conventions, which now support multiple databases like MariaDB, MySQL, and PostgreSQL, giving developers confidence to build reliable tooling around them. Grafana Labs is actively contributing to this initiative, integrating these standards into their products like Grafana Tempo and Grafana Mimir, to make observability more accessible and consistent. They also offer practical applications of these conventions, such as using OpenTelemetry with a Node.js backend and a Postgres database, enabling easy visualization of telemetry data in Grafana. This approach supports performance tuning and database evaluation by providing valuable insights into query performance and operation types. The ongoing development seeks community input to refine these conventions further, aiming to ease the complexity of instrumentation for developers and platform teams.