ApplicationInsights-Python icon indicating copy to clipboard operation
ApplicationInsights-Python copied to clipboard

Azure Monitor Distro for OpenTelemetry Python

Results 19 ApplicationInsights-Python issues
Sort by recently updated
recently updated
newest added

1. Change changelog + Update version number 2. Trigger github release 3. build wheel and src dist 4. Upload to Pypi 5. Update changelog version and version number back to...

build/infrastucture

Publish action produces following error: `/home/runner/work/_temp/88c919d4-7306-40d4-90c1-2484c705c158.sh: line 1: ./scripts/build.sh: Permission denied` https://github.com/microsoft/ApplicationInsights-Python/actions/runs/3131109250

build/infrastucture

Pylint only runs on individual files or module folders with __init__.py. We need to run pylin recursively. Resources: https://stackoverflow.com/questions/36873096/run-pylint-for-all-python-files-in-a-directory-and-all-subdirectories https://askubuntu.com/questions/266179/how-to-exclude-ignore-hidden-files-and-directories-in-a-wildcard-embedded-find https://stackoverflow.com/questions/47642747/tox-warningtest-command-found-but-not-installed-in-testenv

Based off how auto instrumentation uses the exporter environment variables, I enabled the distro to use the entry points for additional exporters.

This corrects the package_data block such that `py.typed` applies to all modules instead of a non-existent `py.typed` module. This will allow correct typing for consumers of the package. Related to...

On MacOS 15.0.1 M1 Chip Project: `func init MyProjFolder --worker-runtime dotnet-isolated` When running this: `func new --template 'Azure Queue Storage Trigger' --name MyQueueTrigger` I get ``` func new --template 'Azure...