File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ instrumentation/<module-name>/
1616├── models/ # Scaffolded / Generated by the DocGenerater task
1717│ ├── registry_manifest.yaml # Registry metadata and dependencies
1818│ ├── signals.yaml # Metrics and spans definitions
19- │ └── attributes.yaml # (Optional) Attribute group definitions
19+ │ └── attributes.yaml # Attribute group definitions
2020└── docs/ # Generated documentation goes here
21- └── README .md # Auto-generated
21+ └── signals .md # Auto-generated
2222```
2323
2424## Usage
@@ -52,7 +52,7 @@ instrumentation/<module-name>/
5252## Output
5353
5454Generated documentation will appear in:
55- - ` instrumentation/<module-name>/docs/README .md `
55+ - ` instrumentation/<module-name>/docs/signals .md `
5656
5757## Manually Adding Weaver Support to a New Module
5858
You can’t perform that action at this time.
0 commit comments