Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/api_reference/trellis-api-sli-apiversioning.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
package: Trellis.ServiceLevelIndicators.Asp.ApiVersioning
namespaces: [Trellis.ServiceLevelIndicators]
types: [ServiceLevelIndicatorServiceCollectionExtensions, ApiVersionEnrichment, AddApiVersion]

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch -- addressed in follow-up #62. Tightened types: to each doc's actual ### type sections: dropped method names and types whose sections live in a sibling doc (e.g. SliOutcome / IServiceLevelIndicatorBuilder here, AddApiVersion in the api-versioning doc).

version: v10
last_verified: 2026-06-18
audience: [llm]
---

# Trellis.ServiceLevelIndicators.Asp.ApiVersioning — API Reference

**Package:** `Trellis.ServiceLevelIndicators.Asp.ApiVersioning`
Expand Down
9 changes: 9 additions & 0 deletions docs/api_reference/trellis-api-sli-asp.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
package: Trellis.ServiceLevelIndicators.Asp
namespaces: [Trellis.ServiceLevelIndicators]
types: [IServiceLevelIndicatorBuilder, ServiceLevelIndicatorCoreServiceCollectionExtensions, ServiceLevelIndicatorServiceCollectionExtensions, ServiceLevelIndicatorApplicationBuilderExtensions, EndpointBuilderExtensions, ServiceLevelIndicatorAttribute, CustomerResourceIdAttribute, MeasureAttribute, CustomerResourceIdMetadata, MeasureMetadata, WebEnrichmentContext, IServiceLevelIndicatorFeature, HttpContextExtensions]
version: v10
last_verified: 2026-06-18
audience: [llm]
---

# Trellis.ServiceLevelIndicators.Asp — API Reference

**Package:** `Trellis.ServiceLevelIndicators.Asp`
Expand Down
9 changes: 9 additions & 0 deletions docs/api_reference/trellis-api-sli.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
package: Trellis.ServiceLevelIndicators
namespaces: [Trellis.ServiceLevelIndicators]
types: [ServiceLevelIndicator, ServiceLevelIndicatorOptions, MeasuredOperation, SliOutcome, IEnrichmentContext, "IEnrichment<T>", IServiceLevelIndicatorBuilder, ServiceLevelIndicatorMeterProviderBuilderExtensions, AddServiceLevelIndicator, AddServiceLevelIndicatorInstrumentation]

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch -- addressed in follow-up #62. Tightened types: to each doc's actual ### type sections: dropped method names and types whose sections live in a sibling doc (e.g. SliOutcome / IServiceLevelIndicatorBuilder here, AddApiVersion in the api-versioning doc).

version: v10
last_verified: 2026-06-18
audience: [llm]
---

# Trellis.ServiceLevelIndicators — API Reference

**Package:** `Trellis.ServiceLevelIndicators`
Expand Down
Loading