Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Regenerate TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Sep 17, 2024
1 parent 5793f36 commit a55d61e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text/entities/0264-resource-and-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ It is an expansion on the [previous entity proposal](0256-entities-data-model.md
- [Motivation](#motivation)
- [Design](#design)
* [Approach - Resource Improvements](#approach---resource-improvements)
+ [Resource Provider](#resource-coordinator)
+ [Resource Provider](#resource-provider)
+ [Entity Detector](#entity-detector)
+ [Entity Merging and Resource](#entity-merging-and-resource)
+ [Environment Variable Detector](#environment-variable-detector)
* [Interactions with OpenTelemetry Collector](#interactions-with-opentelemetry-collector)
- [Datamodel Changes](#datamodel-changes)
* [Resource](#resource)
* [ResourceEntityRef](#resourceentityref)
* [Resource Identity](#resource-identity)
- [How this proposal solves the problems that motivated it](#how-this-proposal-solves-the-problems-that-motivated-it)
* [Problem 1: Commingling of Entities](#problem-1-commingling-of-entities)
* [Problem 2: Lack of Precise Identity](#problem-2-lack-of-precise-identity)
Expand All @@ -41,6 +42,7 @@ It is an expansion on the [previous entity proposal](0256-entities-data-model.md
* [What happens if existing Resource translation in the collector remove resource attributes an Entity relies on?](#what-happens-if-existing-resource-translation-in-the-collector-remove-resource-attributes-an-entity-relies-on)
* [What about advanced entity interaction in the Collector?](#what-about-advanced-entity-interaction-in-the-collector)
- [Trade-offs and mitigations](#trade-offs-and-mitigations)
* [Why don't we download schema url contents?](#why-dont-we-download-schema-url-contents)
- [Prior art and alternatives](#prior-art-and-alternatives)
- [Future Posibilities](#future-posibilities)
- [Use Cases](#use-cases)
Expand Down

0 comments on commit a55d61e

Please sign in to comment.