Openstatus www.openstatus.dev

๐Ÿ“ Docs typo otlp (#1381)

* ๐Ÿ“

* ๐Ÿ“

authored by

Thibault Le Ouay and committed by
GitHub
a8e79d78 5b6d153f

+4 -4
+3 -3
apps/docs/src/components/SiteTitle.astro
··· 4 4 --- 5 5 6 6 7 - <a href="/" class="flex items-center gap-2 font-bold no-underline text-black dark:text-white text-lg"> 7 + <a href="/" class="flex items-center gap-2 font-bold no-underline text-black dark:text-white text-lg font-cal"> 8 8 <Image 9 9 src={logo} 10 10 alt="OpenStatus" 11 11 height={30} 12 12 width={30} 13 - class="rounded-full border border-border bg-transparent" 13 + class="rounded-full border border-border bg-transparent " 14 14 /> 15 - OpenStatus 15 + openstatus 16 16 </a>
+1 -1
apps/docs/src/content/docs/reference/http-monitor.mdx
··· 138 138 - Empty 139 139 140 140 ### OpenTelemetry 141 - #### OTPL Endpoint 141 + #### OTLP Endpoint 142 142 The endpoint we use to export the metrics. We only support HTTP endpoint. 143 143 #### OTLP Headers 144 144 The headers we use to export the metrics to your otlp endpoint.