Joao Grassi

Results 43 issues of Joao Grassi

## Description Closes #12612 This PR adds a sample on how to configure Istio to generate/export OpenTelemetry traces to a collector. It contains examples on how to export via gRPC...

do-not-merge
area/extensions and telemetry
size/L

**Is your feature request related to a problem?** I'm working in improving support of OTel in Envoy Proxy. Currently, Envoy has it's own tracing code, (not using OTel), but it...

enhancement
Stale
triage/accepted

The [Parsing empty value](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#parsing-empty-value) SDK env variables specification, says that env variables with empty values should be interpreted the same way as unset: > The SDK MUST interpret an empty...

area:sdk
spec:resource
spec:miscellaneous
area:configuration
triaged-needmoreinfo

API part of istio/istio#50001 The OpenTelemetry project defines a [Sampler API](https://opentelemetry.io/docs/specs/otel/trace/sdk/#sampler) and this API is available [now in Envoy](https://www.envoyproxy.io/docs/envoy/v1.29.2/api-v3/config/trace/opentelemetry/samplers). With the next Envoy release, it will also come with a...

size/M

There are a couple of [issues](https://github.com/open-telemetry/build-tools/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Adocumentation) about our current [code generator documentation](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions#code-generator). In general, I feel the process to get the things working is not clear. There are several arguments...

documentation
good first issue
help wanted
semconv

Support to generate markdown for metrics from yaml was added in #79. I'm currently moving the existing "hard-coded" metric semantic convention from the markdown files to yaml and I noticed...

enhancement
semconv
semconv/md

The semantic conventions SIG has agreed to go forward with the proposal https://github.com/open-telemetry/semantic-conventions/issues/197 to decouple the attribute definition from its usage in the conventions. Essentially, we will achieve a "registry"...

enhancement
semconv
semconv/md
semconv/model

**Description:** I recently enabled the [stable bot PR here](https://github.com/open-telemetry/semantic-conventions/pull/668). Yesterday I noticed a PR that clearly had updates, but the `Stale` label is still not removed from the PR. I...

bug

### Programming language(s) lang:java ### What happened? ## Description The SpringBoot sample https://www.otelrecipes.com/recipes?recipe=java.springbootapi.traces is missing the step where the exporter is configured. This is done via `application.properties` file ## Steps...

bug
help wanted
good first issue
lang:java
priority:p1

When logs get stable in Go, we should add a recipe app for it.

signal:logs
lang:go
feature-request