Skip to content

Commit

Permalink
Fix docs build (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored Mar 20, 2023
1 parent a41e29c commit bb36f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When using Alba, you actually bootstrap your web application in memory using eit

`AlbaHost` is shown in the class diagram below:

![AlbaHost Class Diagram](./../ClassDiagram.drawio.png)
![AlbaHost Class Diagram](/ClassDiagram.drawio.png)

`AlbaHost` implements the ASP.NET Core [IHost](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihost?view=dotnet-plat-ext-6.0) interface
for convenience and familiarity. Internally it is tracking the actual `IHost` for your application running in memory as well
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you believe there's value in tracing additional areas of Alba, please let us

### Datadog CI Visibility

![Datadog Tracing](./../tracing.png)
![Datadog Tracing](/tracing.png)

Datadog's CI Visibility feature is compatible with Alba, however you must be using DD .NET Tracer 2.24+ and have `DD_TRACE_OTEL_ENABLED` set to `true`. See the [documentation](https://docs.datadoghq.com/continuous_integration/tests/dotnet/) for setup information.

Expand All @@ -17,4 +17,4 @@ Datadog's CI Visibility feature is compatible with Alba, however you must be usi

### xUnit

Manually instrumenting your tests requires a moderate amount of supporting code to work correctly. See this [repository](https://github.com/martinjt/unittest-with-otel) and related [guide](https://www.honeycomb.io/blog/monitoring-unit-tests-opentelemetry) by the team at Honeycomb.io as a starting point.
Manually instrumenting your tests requires a moderate amount of supporting code to work correctly. See this [repository](https://github.com/martinjt/unittest-with-otel) and related [guide](https://www.honeycomb.io/blog/monitoring-unit-tests-opentelemetry) by the team at Honeycomb.io as a starting point.

0 comments on commit bb36f5f

Please sign in to comment.