0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee
Karl-Aksel Puulmann c5f19d8443
feat(time-to-see-data): ClickHouse query tagging (#12884)
* Decouple tagging from statsd metrics

* Add tags as JSON to log_comments in system.query_log

* tag by route_id

* Add insight_sync_execute utility

* Add filter.query_tags() and tag by number of dates

* Tag breakdown and trends with props

* rename, funnel correlations

* Tag actors queries

* Tag property_values query

* Tag get_earliest_timestamp query

* Tag paths query

* Tag retention query

* Tag stickiness query

* Tag trends formula query

* Update threading query a bit

* Tag retention actors query

* Tag lifecycle people query

* Tag funnel queries

* Add breakdown_by query tag

* Tag queries with more things

* Resolve a conflict

* Resolve circular imports

* Reformat

* Fix trends

* Remove corner casing for tags

* Tag graphs with user

* client_query_id tags

* More generic type

* Team access iteration

* Update test

* Add simple MV

* Fix date ranges

* Add comment to decorator
2022-11-22 13:38:57 +00:00
..
api
benchmarks
bin
certs
clickhouse feat(time-to-see-data): ClickHouse query tagging (#12884) 2022-11-22 13:38:57 +00:00
management/commands
migrations
models
tasks
test
__init__.py
apps.py
conftest.py
LICENSE
pytest.ini
settings.py
urls.py