-
Notifications
You must be signed in to change notification settings - Fork 9
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
Stats with Opentelemetry #141
Conversation
Also move superset_dashboard in /dff/config/
Since superset_dashboard was moved to dff/config need to update its location in sourcefiles Also add superset_dashboard to MANIFEST.in
Pipeline's interface was changed between versions v1 and v2. This commit changes imported names in stats examples to reflect that. Note: Also mass replace showed that documentation for pipeline is outdated.
Since documentation building requires all files in examples dir to be named differently, rename _utils.
- Add dot_path_to_addon to find examples location - Explicitly list examples Signed-off-by: Roman Zlobin <[email protected]>
- Add .dockerignore from stats - Add volumes to existing services - Add [.env_file] to new services - Add CLICKHOUSE config to .env_file - Add df_stats/dockerfile as dockerfile_stats Signed-off-by: Roman Zlobin <[email protected]>
- Add sql_dependencies (a lot of dbs use sqlalchemy so I decided to move it to a separate list) - Add asyncpg as postgres dependency (stats used it instead of psycopg) - Add an entry point for dff.stats Signed-off-by: Roman Zlobin <[email protected]>
This commit does not rename table names from df_stats to dff.stats
This change moves pings to dbs from tests/db_connector/test_dbs.py to tests/db_list.py
This reverts commit 58dcc97.
""" | ||
Type of object, that is passed to components in runtime. | ||
Contains current component info (`name`, `path`, `timeout`, `asynchronous`). | ||
Also contains `execution_state` - a dictionary, | ||
containing execution states of other components mapped to their paths. | ||
""" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So maybe we should move it to another one?
…archiving with shutil module function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unresolved comment:
Correct the workflow for dashboard building; update and improve user_guide; Co-authored-by: Roman Zlobin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…mework into feat/otlponly
…mework into feat/otlponly
Description
Collect and export telemetry information using Opentelemetry Python sdk, Clickhouse, and Apache Superset.
Checklist