0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee
Karl-Aksel Puulmann 008ee1f04c
Include more clickhouse query metrics (#4256)
* Use `statshog` over python-statsd

More support for tags!

* Include custom tags for every query + add annotation to query

After this we can:
- Figure out from query logs where queries are coming from (speeding up debugging)
- Break down query speeds by user queries vs others (e.g. celery) --
better represents overall speed
- Can figure out how fast queries are on average for various teams

* Use tags in more queries over interpolation

This way we can set up more interesting graphs \o/

* Solve mypy error

* Fix a flaky test (due to ordering)
2021-05-10 10:47:54 +03:00
..
api Fix StructuredViewsetMixin permissions (#4075) 2021-04-21 18:20:31 -07:00
bin Defer event fields on team model to make grabbing fields a bit more lazy (#4028) 2021-04-18 16:22:59 -07:00
certs
clickhouse Include more clickhouse query metrics (#4256) 2021-05-10 10:47:54 +03:00
idl
kafka_client Plugin log entries (#3482) 2021-05-06 10:54:32 +03:00
management/commands Fix python manage.py migrate_clickhouse --fake (#4224) 2021-05-06 09:59:50 +03:00
migrations Add clickhouse and max users to license (#3918) 2021-04-14 08:45:39 -07:00
models Include more clickhouse query metrics (#4256) 2021-05-10 10:47:54 +03:00
tasks Include more clickhouse query metrics (#4256) 2021-05-10 10:47:54 +03:00
__init__.py
apps.py
conftest.py Plugin log entries (#3482) 2021-05-06 10:54:32 +03:00
docker-compose.ch.test.yml Fix docker dev environment (#3861) 2021-04-03 20:41:47 +02:00
docker-compose.ch.yml Don't pin posthog/plugin-server version in dev CH docker-compose (#4102) 2021-04-26 10:15:25 +00:00
LICENSE
settings.py Plugins access control (#3486) 2021-03-17 15:01:55 +01:00
urls.py