-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Prometheus WIP #5
Open
apex-omontgomery
wants to merge
47
commits into
master
Choose a base branch
from
feature/prometheus/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…feature/prometheus/master # Conflicts: # poetry.lock # pyproject.toml # src/api/models.py # src/settings/common.py # src/settings/testing.py
# Conflicts: # poetry.lock # src/api/models.py
Code Climate has analyzed commit e04db92 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 99.8% (0.0% change). View more on Code Climate. |
Bumps [boto3](https://github.com/boto/boto3) from 1.9.163 to 1.9.164. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.9.163...1.9.164) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bump boto3 from 1.9.163 to 1.9.164
Bumps [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) from 1.4.3 to 1.4.5. - [Release notes](https://github.com/jazzband/django-widget-tweaks/releases) - [Changelog](https://github.com/jazzband/django-widget-tweaks/blob/master/CHANGES.rst) - [Commits](jazzband/django-widget-tweaks@1.4.3...1.4.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
…t-tweaks-1.4.5 Bump django-widget-tweaks from 1.4.3 to 1.4.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/4.6.3/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.6.2...4.6.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
Create FUNDING.yml
Bump pytest from 4.6.2 to 4.6.3
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.15.0...1.16.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bump drf-yasg from 1.15.0 to 1.16.0
Bumps [boto3](https://github.com/boto/boto3) from 1.9.165 to 1.9.168. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.9.165...1.9.168) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bump boto3 from 1.9.165 to 1.9.168
Bump psycopg2 from 2.8.2 to 2.8.3
…feature/prometheus/master # Conflicts: # poetry.lock # src/core/urls.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Starting to add prometheus for endpoint and health monitoring
Currently a WIP because when the database is not setup it runs into issues.
I think there might be other steps involved in uwsgi configuration. But just trying to get this working locally.