MobileNativeFoundation / MobileNativeFoundation/XCLogParser
FEATURE: New reporter for OpenTelemetry
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 1.9k
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
Looking at the definition of BuildStep it looks like there is everything to create traces in the OTEL format.
This would allow to send build profiling data to nearly any Observability tooling.
Based on the short peak into the code base this should need only a new reporter.
TBD:
- should only an export to a file be supported or direct push to a compatible endpoint too?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Sources/XCLogParser/parser/BuildStep.swift and the OpenTelemetry file-exporter specification to map available build-step data to trace fields. Review the existing reporter structure, then clarify whether the feature exports only files or also pushes to compatible endpoints. Done means a defined reporter scope and complete OTEL-format build profiling output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100