Skip to content

Tags: community-of-python/microbootstrap

Tags

0.23.0

Toggle 0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement new hook to modify application after creation but before in…

…strument bootstrapping (#114)

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always include opentelemetry-instrumentation-asgi to fix Django instr…

…umentation (#113)

0.21.2

Toggle 0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always include opentelemetry-instrumentation-asgi to fix Django instr…

…umentation (#113)

0.21.1

Toggle 0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure logs are string, not bytes (#112)

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #110 from community-of-python/feature/port-auto-in…

…strumentalization

instruments: open_telemetry: port auto_instrumentation

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
opentelemetry: fix import ordering (#99)

* opentelemetry: fix import ordering

* test: fix failing tests

- auto_instrumentation patched away

* test: add missing call to test

- Results checked in the test were missing one is_ready() call

* fastapi: remove unused type ignore directives

* openetelemetry_instrument: use ResourceAttributes instead of aliases

- resources module uses constants that are just aliases to ResourceAttributes module. The module has
a @deprecated message though. But it doesn't appear to matter at the moment.

* opentelemetry_instrument: mypy blooper

- resources certainly have Resource!

0.19.3

Toggle 0.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set `span_name` tag on Pyroscope profiles (#96)

* Enhance Pyroscope integration by customizing span processor and updating dependencies

* Add type ignore comment for untyped pyroscope import

* Adjust span name key and update test for Pyroscope instrumentation

0.19.2

Toggle 0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend Pyroscope configuration (#95)

* Enhance PyroscopeConfig with additional fields and update bootstrap method accordingly

* Updated Pyroscope integration details in README.md

0.19.1

Toggle 0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add PyroscopeConfig to settings and imports (#94)

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #92 from community-of-python/pyroscope

Add Pyroscope instrument (continuous profiling)