Block or Report
Block or report dashpole
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
controller-runtime Public
Forked from kubernetes-sigs/controller-runtime
Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)
Go 1
-
kubernetes Public
Forked from kubernetes/kubernetes
Production-Grade Container Scheduling and Management
Go
729 contributions in the last year
Contribution activity
February 2022
Created 22 commits in 6 repositories
Created 3 repositories
Created a pull request in GoogleCloudPlatform/opentelemetry-operations-go that received 3 comments
Reenable disabled metrics test
This fixes a TODO.
There is one change in behavior that I want to double-check is intentional: The MetricDescriptor.Name used to be the format: proβ¦
Opened 26 other pull requests in 5 repositories
GoogleCloudPlatform/opentelemetry-operations-go
4
open
11
merged
6
closed
- Fix formatting of summary quantile labels to match prometheus
- Add attribute mapping function
- Normalize sums prior to exporting them
- Allow users to override useragent
- Update release.go for latest release
- Update dependencies
- Remove unimplemented resource mapper
- Fix TODO: Log unsupported data types
- Address a bunch of small TODOs
- Final attempt: rewrite into main
- Drop data points with start and end time too close together
- Change summaries to be more prometheus-friendly
- Split client configuration per-endpoint
- Merge col exporter rewrite into main
- Support ResourceMapping in the new collector exporter
- Support ResourceMapping in the new collector exporter
- Revert "merge col-exporter-rewrite into main"
- Drop data points with start and end time too close together
- Support ResourceMapping in the new collector exporter
- Make summaries more prometheus-friendly
- Remove Known Domains
open-telemetry/opentelemetry-specification
2
open
open-telemetry/opentelemetry-collector-contrib
1
merged
GoogleCloudPlatform/opentelemetry-operations-collector
1
merged
census-instrumentation/opencensus-java
1
closed
Reviewed 47 pull requests in 10 repositories
open-telemetry/opentelemetry-collector-contrib
12 pull requests
- [receiver/prometheus]: Fix segfault that can happen when adjusting stale metrics
- Use google cloud collector exporter, and feature-gate pdata-direct metrics exporter.
- Upgrade to use semantic conventions 1.6.1, no breaking changes
- Fix to run trace correctness tests when using make run-correctness-traces-tests
- Refactor signalfx exporter converter to accept whole metrics
- [mdatagen] Generate documentation for metrics enabling/disabling
- [testbed] Increase CPU limit on kubernetes_container test
- [receiver/prometheus] fix test flakes
- Update README.md for gcpexporter config
- [receiver/prometheus] Correctly map Description and Unit to pdata
- [receiver/prometheus] Remove OpenCensus conversion pipeline
- Add Google Pubsub as an OTLP exporter/receiver
GoogleCloudPlatform/opentelemetry-operations-go
12 pull requests
- Fix formatting of summary quantile labels to match prometheus
- Fix slow test
- Support ResourceMapping in the new collector exporter
- Address a bunch of small TODOs
- Convert OTel Resource into metric labels
- Split client configuration per-endpoint
- Update collector docs to remove recommendation of using the batch proβ¦
- Batching docs
- Drop data points with start and end time too close together
- Make summaries more prometheus-friendly
- Split client configuration per-signal
- Convert OTel Resource into metric labels
open-telemetry/opentelemetry-go
11 pull requests
- [API EPIC 4/4] Fix tests and examples
- [API EPIC 3/4] SDK Wrapper
- [API Epic 2/4] Move packages to sdk
- [API Epic 1/4] Metric api prototype
- Fix typo in using instrumentation libraries markdown
- Replace master with specific jaeger tag version in otel-collector
- Lock down golangci-lint config
- Use subtests in the trace package
- Fix typo in tracestate.go
- Fix link to Zipkin exporter
- Do not store TracerProvider or Tracer fields in SDK recordingSpan
kubernetes/kubernetes
4 pull requests
open-telemetry/opentelemetry-specification
2 pull requests
open-telemetry/oteps
2 pull requests
census-instrumentation/opencensus-go
1 pull request
open-telemetry/opentelemetry-go-contrib
1 pull request
kubernetes/community
1 pull request
kubernetes/enhancements
1 pull request
Created an issue in open-telemetry/opentelemetry-collector-contrib that received 2 comments
Prometheus Remote write exporter can send duplicate label keys on metrics
In the PRW translation package, we keep a map of label keys to PRW labels. However, the label key in the map is not sanitized. Sanitization replaceβ¦