guillaumep
guillaumep
The README file gives examples on how to use py_layer and its filter attribute: https://github.com/bazelbuild/rules_docker#py_image-fine-layering However it does not say how exactly the filter works. I had to check the...
# Description This pull request implements instrumentation for the pymssql library (https://pypi.org/project/pymssql/). It is basically a copy of the pymysql instrumentation. _Still a work-in-progress._ ## Type of change - [x]...
I would have a suggestion to use `os.statvfs` for the `immutable.py` script; the `ST_IMMUTABLE` constant can be used. Please see: https://docs.python.org/3/library/os.html#os.statvfs
### What problem do you want to solve? Implement sqlcommenter for new pymssql instrumentor. See also [PR comment](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/394/files#r958872644). ### Describe the solution you'd like See above. ### Describe alternatives you've...