Zhihan Li
Zhihan Li
When I copy code from chatGPT, the format is like: ``` python copy code from re import compile as re_compile # Compile the pattern pattern = re_compile(r'\d+') # Use the...
# Description Part of this https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2453 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an...
This issue originally from https://github.com/open-telemetry/opentelemetry-go/issues/5623. And as the PR review suggest, should implement a fix in otlplog as well. We need to do the same for otlplog. https://github.com/open-telemetry/opentelemetry-go/blob/772d3d734bf9f313a34cb4c9fd98623a43f801df/exporters/otlp/otlplog/otlploghttp/config.go#L551-L556 _Originally posted...
### Is your feature request related to a problem? no ### Describe the solution you'd like As discussed in the SIG meeting on July 25th(https://docs.google.com/document/d/1CIMGoIOZ-c3-igzbd6_Pnxx1SjAkjwqoYSUWxPY8XIs/edit), we need to implement a...
We need to perform a comprehensive cleanup and update of the docs folder in our OpenTelemetry Python repository. This task was discussed in our recent SIG meeting(JUL 25), and it's...
Try to start work #4001, would like to start from getting started file: https://github.com/open-telemetry/opentelemetry-python/tree/be02f980f3eb2e43f8afd9c586c4d3c02e7d5906/docs/getting_started Currently, this folder have 4 examples `flask_example.py` `metrics_example.py` `otcollector_example.py` `tracing_example.py` But the test only have `test_flask.py`...
originally from [#5623](https://github.com/open-telemetry/opentelemetry-go/issues/5623), at this PR https://github.com/open-telemetry/opentelemetry-go/pull/5705, I correct the otlpmetric and otlptrace, but didn't update the otlplog This PR has updated the otlplog
在Amazon和Meta的面试中Union Find并查集时候考到的,除了卡马网的三道题建议增加一些leetcode上的板子题作为训练。 以下是我做了很多之后整理出来比较好的题 ``` 261 - Graph Valid Tree This problem asks you to determine if a given undirected graph is a valid tree. A valid tree is an undirected...
通常来说,python的函数以及变量的标准是`candy_vec`,而不是`candyVec`,虽然是很小的修改,但是在面试中提到这一点无疑是展示自己编码风格的很好方式。
# Description Fixes #4152 Add a sanitize function to make sure the attribute value is converted to string, which align with attributes definition. Add the warning at logs to better...