* Add registry link check target to Makefile
Signed-off-by: Matej Gera <matejgera@gmail.com>
* Apply suggestions
- Do not exit, return warning only
- Put detectors in a separate type
* Update CHANGELOG.md
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Introduce a top-level `Version()` and `SemVersion()` function.
These are intended to be used by submodules within the repo that need
to specify an "instrumentation version" when creating a tracer or meter.
* Included PR number in CHANGELOG
* Update contrib.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* use predeclared constant regex
* Add comment about how/when Version() string is updated
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>