Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0cdd064cc9d0d527d13d6bb6985ac79f1617fb63
Choose a base ref
..
head repository: open-telemetry/opentelemetry.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db93a09dcf4b976f173068571756ee84d57d0c09
Choose a head ref
20 changes: 0 additions & 20 deletions assets/scss/_registry.scss
Original file line number Diff line number Diff line change
@@ -38,24 +38,4 @@

.registry-entry {
@extend .shadow;
max-width: 340px;
min-width: 200px;
}

.registry-entry:hover {
transform: scale(1.05);
transition: all 0.3s ease;
}

.narrative {
font-size: 0.9rem;
}

.quick-setup {
margin-left: 1%;
}

.item-specs {
padding-left: 0px;
padding-right: 0px;
}
2 changes: 1 addition & 1 deletion content/en/docs/concepts/instrumentation/libraries.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ and document hooks. Other advantages provided by native instrumentation include:
various consumption scenarios using a wide variety of well-documented
OpenTelemetry extensibility points.

![Native Instrumentation vs Instrumentation libraries](/img/libraries-instrumentation.svg)
![ Native Instrumentation vs instrumentation libraries](/img/libraries-instrumentation.svg)

## Semantic conventions

Loading