Adriel Perkins
Adriel Perkins
**Description:** Adds the following branch based metrics. * git.repository.branch.time * git.repository.branch.commit.aheadby.count * git.repository.branch.commit.behindby.count * git.repository.branch.line.deletion.count * git.repository.branch.line.addition.count Additionally brings this receiver very close to the source version in the Liatrio...
# Overview GitHub now provides a GraphQL Teams query which returns a list of repositories owned by a GitHub team. We should add a configuration option that, when specified, is...
# Overview To build a custom collector from outside of the Liatrio OTEL Collector means you have to import the package with a version specified like `v0.0.0-`. This is because...
# Overview Nil pointer bug ```[tasklist] ### Tasks - [ ] https://github.com/liatrio/liatrio-otel-collector/issues/198 ```
# Overview Instead of asking the engineers to run things like `make fmt` and have them auto committed by the workflow, notifying the developer to pull the latest.
# Overview Add the documentation to calculate the rate limit and how it effects the resolution of the collector. Also document that you can increase it with an org wide...
### Area(s) area:new, area:cloudevents, area:deployment Relates to #832 #833 ### Is your change request related to a problem? Please describe. This is an issue being opened for broader discussion within...
#### Description When upgrading beyond `v0.101.0` of `mdatagen` I ran into issues upgrading when running `golanglint-ci` because of unused imports. Namely, in `component_tests` the `component` was removed from [this commit](https://github.com/open-telemetry/opentelemetry-collector/compare/v0.101.0...v0.102.0?diff=split&w=#diff-abf7cf477183f2c7e2f9425655bea3a2e2060eaba8fb6aa9c9a9558017c21f1e)...
Based on conversations last week in the Specification and Semantic Conventions SIGs, I'm opening this duplicate pull request which was originally set as a [Draft](https://github.com/open-telemetry/oteps/pull/241/files) and hasn't had movement since...
## Changes Adds `pipx` as a python virtual environment manager to the local development workflow. Adds yamllint to the list of checks. Adds brew to install `pipx`. ## Merge requirement...