Lazy Software Engineer
- When in doubt leave it out
- San Francisco
Highlights
- Pro
- 11 discussions answered
Block or Report
Block or report bogdandrutu
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
opencensus-java Public
Forked from census-instrumentation/opencensus-java
A stats collection framework
Java 1
-
4,458 contributions in the last year
Contribution activity
May 2022
Created 89 commits in 9 repositories
Created 5 repositories
Created a pull request in open-telemetry/opentelemetry-collector that received 6 comments
Improve map providers tests, env use constant, file add missing invalid
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com
+13
−14
•
6
comments
Opened 78 other pull requests in 10 repositories
open-telemetry/opentelemetry-collector
28
merged
1
closed
2
open
- Use official componenttest for unmarshaler, limit usage of internal/testcomponents
- Remove deprecated componenterror package
- Remove deprecated config.MapConverterFunc
- Move @bogdandrutu at the end of release schedule
- Fix deprecated message, missing version
- Remove test only code that marshalls json using jsonpb
- Deprecate componenterror package, move to component
- BreakingChange: Change to use interface instead of func for MapConverter
- Update config/README.md with more details about configURI
- Update all CI targets to use go 1.18, except testing for 1.17
- Bump all deps, Monday, May, 16th
- Enable errorlint and fix all warnings
- Remove access to deprecated members of the config.Retrieved struct
- Add high level design of the config package and config resolving
- Enable unused linter, add allow-parrallel-runs as config
- Move telemetry initialization to the service, because config is part of the service config.
- configtelemetry: remove unnecessary private func, add unittests for public funcs
- Remove config unmarshaler interface, per deprecation comment
- Remove derecated featuregate funcs/structs from v0.50.0
- Remove deprecated pdata funcs/structs from v0.50.0
- Run make gotidy after multimod prerelease
- Rename collector-base to collector-core in multimod versions
- Update docs/release to not manually change file, but re-run the builder
- Prerelease collector v0.51.0
- setup-go github action does all the env setup
- Some pull requests not shown.
open-telemetry/opentelemetry-collector-contrib
30
merged
- Emit prometheus compatible histogram/summary to signalfx
- Remove unnecessary step to setup go environment
- testbed: Remove unnecessary re-implementation of host
- Prerelease collector contrib v0.51.0
- pkg/stanza: Use componenttest.NewNopTelemetrySettings() instead of manually creating a no-op
- Remove usage of deprecated pdata package
- Fix more cache keys, and output checks. Merge tools and mod in all workflows
- Bump github.com/aws/aws-sdk-go from 1.44.10 to 1.44.11
- Fix github action cache schema
- dependencies labeled PR should skip changelog
- prometheusremotewriteexporter: use uber/atomic instead of sync/atomic
- tanzuobservabilityexporter: use uber/atomic instead of sync/atomic
- pprofextension: use uber/atomic instead of sync/atomic
- Enable depguard check to avoid using sync/atomic
- Change all usages of sync/atomic to uber/atomic in test files
- routingprocessor: avoid duplicate code with consumertest
- internal/stanza: use errors.New when possible
- internal/stanza: Avoid writing test/mock consumers when not necessary
- tailsamplingprocessor: remove usage of sync/atomic
- tracegen: remove usage of sync/atomic
- signalfxexporter: remove usage of sync/atomic
- Cleanup unused code in prometheus internal, avoid unnecessary allocations
- Remove PData prefix/suffix from prometheus internal struct names
- Remove unnecessary context in prometheus receiver
- Avoid using master when refer to the latest/main branch
- Some pull requests not shown.
open-telemetry/opentelemetry-collector-releases
7
merged
planetscale/vtprotobuf
2
merged
GoogleCloudPlatform/opentelemetry-operations-go
2
merged
open-telemetry/opentelemetry-specification
2
merged
signalfx/ingest-protocols
1
merged
knadh/koanf
1
open
open-telemetry/opentelemetry-proto
1
merged
open-telemetry/build-tools
1
merged
Reviewed 139 pull requests in 8 repositories
open-telemetry/opentelemetry-collector-contrib
25 pull requests
- Update OTLP-Jaeger translation of events according to the spec
- Emit prometheus compatible histogram/summary to signalfx
- [pkg/stanza] Enable gosec linter and fix issues
- [pkg/stanza] Enable errcheck linter and fix issues
- add no lint error checks for signalfx exporter package
- Propose @TylerHelmuth as approver
- [chore] fix changelog entry
- Remove unnecessary step to setup go environment
- [chore] fix check module failure
- dependabot updates Tue 24 May 2022 08:17:21 PDT
- [github-actions] Generate tools cache for each PR
- [receiver/windowsperfcounters] Remove "Recommended configuration" section from readme
- docs: fix link to collector builder
- Replace usage of deprecated core API
- [processor/transform] Register transform processor
- add error checks for elasticsearch exporters
- [processor/transform] Wire up metrics processing
- [pulsar][exporter]add apache pulsar exporter
- [docs] move stability definitions to core
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
- Bump all dependancies as of May 16th
- [exporter/mezmoexporter] Add the Mezmo Log exporter
- fix errcheck failed issues for coralogix exporter
- [pkg/stanza] Reenable all checks except some linters
- [docs] proposing header template for components
- Some pull request reviews not shown.
open-telemetry/opentelemetry-collector
25 pull requests
- [pdata] Use immutable slices for primitive type slices
- Allow specifying Collector's own Resource in the config
- [chore] update release schedule
- [docs] add status header for ballast/zpages
- [chore] prepare v0.52.0 release
- Move config.Map to its own package which does not depend on any component concept
- [Telemetry Query Language] Updated function signal expectations
- Run Windows unit tests for all modules and fix them
- Update release schedule
- [Telemetry Query Language] Updating doc to match naming standards
- Bump github.com/golangci/golangci-lint from 1.46.1 to 1.46.2 in /internal/tools
- Bump goreleaser/goreleaser-action from 2 to 3
- [otlp] add optional min/max fields to histograms
-
[pdata] Rename
Value.NewValueBytestoValue.NewValueBytes - Define stability guarantees for v1 API
- [pdata] Remove deprecated primitive slice getters/setters
- Change config.Retrieved to be an interface
- [docs] add status for memorylimiter
- [docs] add status for logging exporter
- [docs] add status for batch processor
- [docs] add status for otlphttp exporter
- [docs] add stability documentation
- [docs] add status header for OTLP receiver
- [docs] add status information for OTLP exporter
- status reporting
- Some pull request reviews not shown.
open-telemetry/opentelemetry-specification
12 pull requests
- Add hardware-metrics to semantic conventions
- Supplementary guidance for metrics additive property
- Allow draft PRs to be created before issue is accepted
- Add redis metrics semantic conventions
- Add network metrics to process semantic conventions
- Consolidate tools directories, move things to internal/tools
- Refactor jvm classes semantic conventions
- Tiny formatting fix
- Define attribute requirement levels
- Consolidate img directories, move things to internal/img
- Add semantic conventions for jvm cpu metrics
- Remove alternative attribute sets from HTTP semantic conventions
open-telemetry/opentelemetry-collector-releases
9 pull requests
- Bump docker/login-action from 1.12.0 to 2.0.0
- Bump actions/checkout from 2 to 3
- Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.15.1
- Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.15.1
- Bump actions/setup-go from 2 to 3
- Bump docker/setup-qemu-action from 1 to 2
- Bump docker/setup-qemu-action from 1 to 2
- prepare v0.51.0 release
- [receiver/riak] enable riak receiver
open-telemetry/opentelemetry-proto
4 pull requests
knadh/koanf
1 pull request
GoogleCloudPlatform/opentelemetry-operations-go
1 pull request
open-telemetry/oteps
1 pull request
Created an issue in open-telemetry/opentelemetry-collector that received 3 comments
Change all structs with public members before stability
Here is an example of a struct TelemetrySettings that seem to be very easy to use. The problem with this is that we cannot add any new member in th…
3
comments