You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Adds ability to transform traces based on the schema target.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
<!--Describe what testing was performed and which tests were added.-->
#### Testing
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
Copy file name to clipboardExpand all lines: processor/schemaprocessor/DESIGN.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ graph LR;
19
19
end
20
20
21
21
```
22
-
The [Transformer](transformer.go) is registered as a Processor in the Collector by the factory.
22
+
The [Schema Processor](processor.go) is registered as a Processor in the Collector by the factory.
23
23
Data flows into the Transformer, which uses the Schema URL to fetch the translation from the Translation Manager.
24
24
The Translation Manager (at internal/translation/manager.go in a future PR) is responsible for fetching and caching the translations. It takes in a schema URL and returns a Translator struct.
0 commit comments