axiom-py icon indicating copy to clipboard operation
axiom-py copied to clipboard

The official Python bindings for the Axiom API

Results 13 axiom-py issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits b738d23 Bump pylint to 3.2.0, update changelog 040ce17 Upgrade the contributors lists 743a04d [performance] Check that 'trailing-comma-tuple' is enabled...

dependencies
python

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations...

dependencies
python

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string...

dependencies
python

Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. Release notes Sourced from responses's releases. 0.25.0 Added support for Python 3.12 Fixed matchers.header_matcher not failing when a matched header...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

## Why There's functionality in pandas that isn't possible, currently, using APL. Sometimes it makes sense to pull the data out and run more advanced algorithms on the raw data...

Hi, I'm trying to use this package as a logger to send application logs to axiom, I saw there a bunch of code (like axiom.Logger etc...) but I couldn't figure...

Instead of sending events one-by-one, collect them and send them in batches (every 1s or 1000 events would be a sane configuration).

logger

Hello, I am running a Python websocket application that leverages asyncio and multiprocessing for handling some CPU intensive and network intensive operations. I've noticed that my server has been leaking...

Add support for [hynek/structlog](https://github.com/hynek/structlog), first-class structured logging sounds like a perfect match

enhancement