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,062 contributions in the last year
Contribution activity
June 2022
Created 81 commits in 4 repositories
Created a pull request in open-telemetry/opentelemetry-collector that received 13 comments
Avoid duplicate code, add NewRetrievedFromYAML, replace NewRetrievedFromConf with NewRetrieved
It is ok to change NewRetrievedFromMap to NewRetrieved since it was just moved, not yet released. This is a step towards supporting providing any…
+147
−79
•
13
comments
Opened 73 other pull requests in 5 repositories
open-telemetry/opentelemetry-collector
6
open
45
merged
- Change extensions.Build to accept settings, allow extensibility
- Remove unnecessary and unused testdata
- Fix initialization of the MetricProvider
- nit: simplify TraceProvider initialization in one step
- Create a service/telemetry package, move service::telemetry config
- Change pipelines.Build to accept settings, allow extensibility
- Rename BuiltExtensions to Extensions, consistency with Pipelines
- Bump github.com/stretchr/testify/tags to latest
- Bump github.com/knadh/koanf from 1.4.1 to 1.4.2
- Add tests for the new pipelines builder
- pipeline/builder: add tests for capabilities wrappers
- Extract builder for pipelines components into one struct
- Pass context to grpc.Dial, so service can control deadline, cancel
- Fix unix socket test on windows
- Move zpages logic for extension into the extension builder
- Enable tenv linter, ensure env vars are cleaned up
- Fix collector tests on windows. The locations gets set in a different test.
- Cleanup NewCommand and Collector tests
- Cleanup internal/testcomponents
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
- Refactor pipelines builder, fix some issues
- testutil: Exclude port ranges for both TCP and UDP
- Fix some comment typos.
- Add readme about how to provide configuration to the collector
- Remove experimental config source code
- Some pull requests not shown.
open-telemetry/opentelemetry-collector-contrib
16
merged
2
open
- Promote @dmitryax and @mx-psi as maintainers
- Use testing package to create TempDir, ensure we cleanup
- Enable depguard linter, ensure no usage of sync/atomic
- Enable tenv linter, ensure env vars are cleaned up
- Fix build on windows, test were replacing all env vars
- Enable errorlint, fix majority of the issues
- Fix default zpages port usage in examples
- Correctly enable caching of go mods on windows
- common/testutil: Exclude port ranges for both TCP and UDP
- Remove testutil.GetAvailablePort, apply exclusion logic to address as well
- signalfxreceiver, jmxreceiver: use GetAvailableLocalAddress, instead of manually construct addr
- carbonreceiver: small fixes in tests, avoid manually constructing addr, and parsing
- jaegerreceiver: Remove use of parsed ports, use address provided by the user
- Remove testutil temp file/dir, use testing.TB.TempDir instead
- Small nits in internal/aws/cwlogs tests
- Remove empty internal interface in hostmetrics receiver
- filestorage: enable errcheck, small nits
- [pkg/stanza] Remove testutil.NewTempDir, small nits
signalfx/sapm-proto
2
merged
signalfx/splunk-otel-collector
1
merged
open-telemetry/build-tools
1
open
Reviewed 103 pull requests in 7 repositories
open-telemetry/opentelemetry-collector-contrib
25 pull requests
- [docs] add header to groupbytrace processor
- [pkg/stanza] Deduplicate design doc, remove operator fields
- fix errcheck for elastic exporter
- [pkg/telemetryquerylanguage] Add Telemetry Query Language package
- [internal/docker] add errcheck
- Fix errcheck for processor deltatorate
- Fix changelog format
- [processor/cumulativetodeltaprocessor] enable gocritic
- [processor/spanprocessor]Enable gocritic in processor/spanprocessor
- [docs] Add status header for SAPM receiver
- fix lint error for processor cumulativetodelta
- deps: move from github.com/pkg/errors to 'errors' and 'fmt'
- Mark @dmitryax as code owner of metricstransformprocessor
- Reorder trace requests from the splunk hec exporter. Fixes #11173
- fix lint issue for extension httpforwarder
- [exporter/observiq] Deprecate observiq exporter
- Enable errorlint, fix majority of the issues
- [receiver/memcached] Add sample config.yaml and associated test
- [testbed] Bump CPU threshold on flaky test
- fix gocritic issue for exporter sentry
- fix errcheck issue for exporter prometheus and prometheusremotewrite
- fix errcheck and gocritic lint issue for exporter splunk
- fix errcheck issue for extension fluentbit
- [processor/transform] Fix log accessor bugs
- fix gocritic issue for exporter humio
- Some pull request reviews not shown.
open-telemetry/opentelemetry-collector
25 pull requests
- Fix initialization of the MetricProvider
- Move NewThrottleRetry from exporterhelper to consumererror
- Update flags API
- add stability level to component factory
- [component] Change type of factory options to use internal interface
- Add support in the confmap.Resolver to expand embedded config URIs inside configuration
- Add config marshaler.
- dependabot updates Mon Jun 27 10:26:34 UTC 2022
- nit: fix typo in message
- Fixing incorrect default TLS min and TLS max versions
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 in /cmd/builder
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /cmd/builder
- add prepare-release make target
- Add standard warnings for components
- Refactor pipelines builder, fix some issues
- chore: remove double space
- Add tests for the new pipelines builder
- Bump github.com/knadh/koanf from 1.4.1 to 1.4.2 in /cmd/builder
- Make internal/testdata and consumer their own go modules
- [pdata] Use immutable slices for primitive type slices
- [docs] add definition for unmaintained
- Extract builder for pipelines components into one struct
- [docs] move current triagers to emeritus
- Cleanup internal/testcomponents
- [service/featuregate] Update documentation
- Some pull request reviews not shown.