Evgeniy Moskalenko

Results 7 issues of Evgeniy Moskalenko

Hello, when I update this solution to the 2.0.0 version and try to use custom labels for metric - https://github.com/korfuri/django-prometheus/blob/master/django_prometheus/tests/end2end/testapp/test_middleware_custom_labels.py#L19-L46. I have an exception for each method. **My middleware settings:**...

Hi, I have a problem collecting and displaying metrics when I scale my service to 3 instances from one (for example). The metric is stored in the service directory -...

Django-prometheus exporter: https://github.com/korfuri/django-prometheus

Add exporter

Hello we use databases lib but I cant' set SSL=true via DSN ``` @functools.lru_cache(maxsize=None) def init_db() -> Database: settings = get_settings() db_dsn = "postgresql://user:pass@db-host:6432/service_name?application_name=service_name&ssl=true" if settings.testing: db = Database(db_dsn, force_rollback=True)...

Hello, Could you tell me please, why I can't add application_name via DSN? My DSN looks like: ``` from databases import Database dsn = ( f'postgresql://{user_name}:{password}' f'@{host}:{port}/{my_db_name}' f'?application_name=my_app_name' ) db...

**Describe the bug** Hello, after the update I have problem with K9S **To Reproduce** Steps to reproduce the behavior: 1. Update to at least `0.25.4` 1. Open the terminal 2....

bug

🎛 Description Please add: - allow_in - allow_out - allow_in_only - allow_out_only for 'aws_security_groups' as done for 'aws_security_group'. Something like this: ``` all_groups = aws_security_groups describe all_groups.where(vpc_id: 'vpc-00120123') do it...

Feature Request