Mike Dame

Results 47 issues of Mike Dame

### Problem Statement The Prometheus exporter in the new metrics SDK should be updated to support exemplars ### Additional Context Original PR for prometheus exporter: https://github.com/open-telemetry/opentelemetry-go/pull/3135/files#r966288412

enhancement
help wanted
good first issue
area:metrics
pkg:exporter:prometheus

In https://github.com/kubernetes-sigs/descheduler/pull/958 we are noticing odd behavior with the `verify` tools for our generator scripts, specifically conversions. CI is [failing to verify the conversion-gen](https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_descheduler/958/pull-descheduler-verify-master/1580431724137943040) saying there are changes missing. But,...

cncf-cla: yes
size/S
do-not-merge/work-in-progress

From https://github.com/kubernetes/sig-release/blob/master/releases/release-1.26/README.md: The 1.26 release cycle is as follows: - **Monday 5th September 2022**: Week 1 — Release cycle begins - **Monday 24th - Friday 28th October 2022**: Week 8...

From https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/627, verify that kubernetes resources do not require `cloud.platform: gcp_kubernetes_engine` to map to k8s Monitored Resources (`k8s_container`, `k8s_pod`, etc). Go exporter/collector fix in https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/683 uses `k8s.cluster.name` resource attribute to...

enhancement
good first issue
priority: p2
enhancement accepted

Fixes #169 This does the following: * Sets `span.Status` for 4xx and 5xx codes in Client, and just 5xx codes in Server * Sets `protocol.name` when the protocol is not...

The Makefile command uses a locally cloned copy of the helm charts github repo: https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/910f58ad679db2a6bc02e7e6b6fb69e097ea2f7c/Makefile#L168-L170 Where the charts are located under `charts` I was hitting this error too and my...

https://github.com/open-telemetry/semantic-conventions/blob/a04a1f4ba413d0a1f137c223fc243ea14fdcd89b/docs/database/sql.md

enhancement

The [`make fixture`](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/f18c1b2e0702d8ac31699c5e923590d714d0c1dc/Makefile#L162) commands currently generate *and* validate the fixtures in the same command. These should be separated into distinct commands (eg, `make fixtures` and `make verify-fixtures`) It's necessary for...

bug

The [test app](https://github.com/open-telemetry/opentelemetry-go-instrumentation/tree/main/test/e2e) fixtures are showing a weird flakiness where [`parentSpanId`](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/7fcfd9126694c339773731b73164f9f40822bad7/test/e2e/gorillamux/traces.json#L78) is sometimes set (redacted to `xxxxx`), and sometimes empty. First noticed in https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/213#issuecomment-1623937567. In this case, the PR did...

bug
response needed

Any idea what could be causing this error when starting the auto-instrumentation agent? ``` error: "field UprobeServerMuxServeHTTP: program uprobe_ServerMux_ServeHTTP: load program: invalid argument" name: "net/http" msg: "error while loading instrumentors,...

question