OpenTelemetry.Extensions.Hosting
EventSource events emitted from the project.
Contains methods for configuring the OpenTelemetry SDK inside an .
Registers an action to configure the s used
by tracing, metrics, and logging.
Note: This is safe to be called multiple times and by library authors.
Each registered configuration action will be applied sequentially.
configuration
action.
The supplied for chaining
calls.
Adds metric services into the builder.
Notes:
- This is safe to be called multiple times and by library authors.
Only a single will be created for a given
.
- This method automatically registers an named 'OpenTelemetry' into the .
The supplied for chaining
calls.
Adds metric services into the builder.
configuration callback.
The supplied for chaining
calls.
Adds tracing services into the builder.
Note: This is safe to be called multiple times and by library authors.
Only a single will be created for a given
.
The supplied for chaining
calls.
Adds tracing services into the builder.
configuration callback.
The supplied for chaining
calls.
Adds logging services into the builder.
Notes:
- This is safe to be called multiple times and by library authors.
Only a single will be created for a given
.
- This method automatically registers an named 'OpenTelemetry' into the .
The supplied for chaining
calls.
Adds logging services into the builder.
configuration callback.
The supplied for chaining
calls.
Adds logging services into the builder.
Optional configuration callback.
Optional configuration callback. are used by the named 'OpenTelemetry' automatically registered
by this method.
The supplied for chaining
calls.
Extension methods for setting up OpenTelemetry services in an .
Adds OpenTelemetry SDK services into the supplied .
Notes:
- This is safe to be called multiple times and by library authors.
Only a single and/or will be created for a given .
- OpenTelemetry SDK services are inserted at the beginning of the
and started with the host. For details
about the ordering of events and capturing telemetry in
s see: .
.
The supplied for chaining
calls.