Skip to content

Commit

Permalink
Merge pull request #58 from Onemind-Services-LLC/elastic-apm
Browse files Browse the repository at this point in the history
Added Elastic APM
  • Loading branch information
abhi1693 authored Nov 7, 2024
2 parents 3ceb7a7 + 178e224 commit 87f4422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions netbox_paas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class NetBoxPaas(PluginConfig):
base_url = "paas"
min_version = "3.7.0"
max_version = "3.7.99"
django_apps = ["elasticapm.contrib.django"]

def ready(self):
super().ready()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="netbox-paas",
version="0.3.4",
version="0.3.5",
description="Enhances NetBox on CloudMyDC's PaaS with advanced management and control features.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
author_email="[email protected]",
maintainer="Abhimanyu Saharan",
maintainer_email="[email protected]",
install_requires=["py-jelastic", "croniter<3.0.0", "semver<4.0.0", "requirements-parser"],
install_requires=["py-jelastic", "croniter<3.0.0", "semver<4.0.0", "requirements-parser", "elastic-apm"],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 87f4422

Please sign in to comment.