Skip to content

Commit 6ed9456

Browse files
committed
add bootstrap
1 parent 4901dc6 commit 6ed9456

11 files changed

+27
-4
lines changed

AutoInstrumentation.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

Compatibility.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc">

Deprecation.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

DevelopmentGuide.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

GettingStarted.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

OpenTelemetry.html

+17-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
9-
<ul class="toc"></ul>
10+
<ul class="toc"><li>
11+
<a href="#opentelemetry">OpenTelemetry</a><ul><li>
12+
<a href="#configuring-opentelemetry">Configuring OpenTelemetry</a><ul>
13+
<li>
14+
<a href="#limitations">Limitations</a><ul></ul>
15+
</li>
16+
<li>
17+
<a href="#exporting-opentelemetry-only-traces">Exporting OpenTelemetry-only traces</a><ul></ul>
18+
</li>
19+
</ul>
20+
</li></ul>
21+
</li></ul>
22+
<h1 id="opentelemetry">OpenTelemetry</h1>
1023
<p><strong>ATTENTION</strong>:</p>
1124
<p><strong><em>OpenTelemetry support is currently “experimental”. It may be subject to breaking changes between minor versions, and is not yet recommended for use in production or other sensitive environments.</em></strong></p>
1225
<p>If you are interested in using this feature experimentally, please contact the dd-trace-rb maintainers; we would be happy to provide you with more information!</p>
@@ -35,7 +48,7 @@
3548
</tr>
3649
</tbody>
3750
</table>
38-
<h4 id="configuring-opentelemetry">Configuring OpenTelemetry</h4>
51+
<h2 id="configuring-opentelemetry">Configuring OpenTelemetry</h2>
3952
<ol type="1">
4053
<li>
4154
<p>Add the <code>ddtrace</code> gem to your Gemfile:</p>
@@ -68,7 +81,7 @@ <h4 id="configuring-opentelemetry">Configuring OpenTelemetry</h4>
6881
<p><a href="#integration-instrumentation">Integration instrumentations</a> and OpenTelemetry <a href="https://opentelemetry.io/docs/instrumentation/ruby/automatic/">Automatic instrumentations</a> are also supported.</p>
6982
</li>
7083
</ol>
71-
<h5 id="limitations">Limitations</h5>
84+
<h3 id="limitations">Limitations</h3>
7285
<p>There are a few limitations to OpenTelemetry Tracing when the APM integration is activated:</p>
7386
<table style="width:100%;">
7487
<colgroup>
@@ -127,7 +140,7 @@ <h5 id="limitations">Limitations</h5>
127140
</tr>
128141
</tbody>
129142
</table>
130-
<h5 id="exporting-opentelemetry-only-traces">Exporting OpenTelemetry-only traces</h5>
143+
<h3 id="exporting-opentelemetry-only-traces">Exporting OpenTelemetry-only traces</h3>
131144
<p>You can send OpenTelemetry traces directly to the Datadog agent (without <code>ddtrace</code>) by using <a href="https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-otlp/latest">OTLP</a>. Check out our documentation on <a href="https://docs.datadoghq.com/tracing/setup_overview/open_standards/#otlp-ingest-in-datadog-agent">OTLP ingest in the Datadog Agent</a> for details.</p>
132145
<p>Datadog APM spans will not be sent through the OTLP exporter.</p>
133146
</body>

ProfilingDevelopment.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

PublicApi.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

StaticTypingGuide.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc"><li>

UpgradeGuide.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="toc.css">
7+
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
78
</head>
89
<body>
910
<ul class="toc">

bootstrap

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bootstrap-5.3.2-dist

0 commit comments

Comments
 (0)