![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
AppOptics libraries, instrumentation, and web middleware components for WSGI, Django, and Tornado.
|Build Status|
The 'appoptics' module provides automatic instrumentation and
metrics/tracing SDK hooks for use with
AppOptics <https://appoptics.com>
__.
The appoptics module provides middleware and other instrumentation for
popular web frameworks such as Django, Tornado, Pyramid, and WSGI, as
well as commonly used libraries like SQLAlchemy, httplib, redis,
memcached. Read more at our full documentation <https://docs.appoptics.com/kb/apm_tracing/python/>
__.
This package has been renamed to appoptics_apm
, please install or
upgrade to the appoptics_apm package at your earliest convenience.
appoptics
version 2.0.6 is the last release under this package name
and will no longer be maintained.
The Python instrumentation for AppOptics uses a module named
appoptics
, which is distributed via pypi.
.. code:: sh
pip install appoptics
Alternately, you can use this repository to build a local copy.
See our documentation on configuring AppOptics for python <https://docs.appoptics.com/kb/apm_tracing/python/configure/>
__.
To upgrade an existing installation, you simply need to run:
.. code:: sh
pip install appoptics --upgrade
To upgrade to the new appoptics_apm
package please refer to our
documentation on upgrading from appoptics 2.x <https://docs.appoptics.com/kb/apm_tracing/python/upgrade/#upgrading-from-appoptics-agent-2-x>
__
.. code:: sh
pip install appoptics_apm
pip uninstall appoptics
Test dependencies
The test suite depends on the presence of several database and cache
servers; consequently, the easiest way to get up and running is to use
the included Dockerfile and ``run_docker_dev.sh``.
To build the development container image:
::
docker build -f Dockerfile -t ptdev:py27 .
Then run an interactive shell to run test suite:
::
./run_docker_dev.sh
To run tests, in the container's shell, against the current version of
Python:
.. code:: sh
./run_tests.sh
To run tests, in the container's shell, against the various versions of
Python:
.. code:: sh
docker-compose build && docker-compose up
Test directory layout
Tests in test/unit are actually functional tests; naming is for historic reasons. Tests in test/manual are for manual verification of certain behaviors.
If you find a bug or would like to request an enhancement, feel free to file an issue. For all other support requests, please email support@appoptics.com.
You are obviously a person of great sense and intelligence. We happily appreciate all contributions to the appoptics module whether it is documentation, a bug fix, new instrumentation for a library or framework or anything else we haven't thought of.
We welcome you to send us PRs. We also humbly request that any new instrumentation submissions have corresponding tests that accompany them. This way we don't break any of your additions when we (and others) make changes after the fact.
We have made a large effort to expose as much technical information as possible to assist developers wishing to contribute to the AppOptics module. Below are the three major sources for information and help for developers:
AppOptics Knowledge Base <https://docs.appoptics.com/>
__ has a
large collection of technical articles or, if needed, you can submit
a support request directly to the team.If you have any questions or ideas, don't hesitate to contact us anytime.
To see the code related to the C++ extension, take a look in
appoptics/swig
.
Copyright (c) 2017 SolarWinds, LLC
Released under the Librato Open License <http://docs.appoptics.com/Instrumentation/librato-open-license.html>
__
.. |Build Status| image:: https://travis-ci.com/librato/python-appoptics.svg?token=hJPGuB4cPyioy5R8LBV9&branch=ci :target: https://travis-ci.com/librato/python-appoptics
FAQs
AppOptics libraries, instrumentation, and web middleware components for WSGI, Django, and Tornado.
We found that appoptics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.