Tyler Helmuth

Results 799 comments of Tyler Helmuth

I agree with reverting the change for now

@jennydaman I'd like to isolate either the operator or the python autoinstrumentation as the culprit. Is it possible for you to try adding the python auto-instrumentation yourself instead of depending...

pinging @open-telemetry/python-maintainers since I don't have permission to transfer the issue.

@lpetrazickisupgrade I am curious if the issue is with the collector serving the metrics or the prometheus receiver scrapping. Can you reproduce the issue without a prometheus receiver trying to...

Most likely though this is a bug from switching to using the OTel Go SDK instead of opencensus. /cc @codeboten

@pankdhnd is the issue still happening on 1.14.0 and opentelemetry-contrib v0.35b0?

@andreacimino to clarify, are the traces not correctly received by the collector or are they not created at all? If you use the console exporter what happens?

This would also be a problem with the helm chart: https://github.com/open-telemetry/opentelemetry-helm-charts/blob/1c82d9fa4d86a324291a24f6b73b7d11274193a5/charts/opentelemetry-collector/templates/_pod.tpl#L166-L170 ``` {{- if .Values.presets.hostMetrics.enabled }} - name: hostfs hostPath: path: / {{- end }} ``` @dmitryax @jinja2 @povilasv this...

@jinja2 getting those specific mount-paths upstream would be great.