open-telemetry / weaver

OTel Weaver lets you easily develop, validate, document, and deploy semantic conventions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Uniformly accept URL/local file/etc. when accepting registry paths

jsuereth opened this issue · comments

Today some documentation only allows Git URLs while others allow local files or Git URLs.

We should create a uniform mechanism of understanding paths and ensure all command line arguments interact with that mechanism. E.g. we could have a specific types for AnyPath vs. GitUrl and we should try to be as flexible as possible here.