[Improvement][Metrics] Add more worker related metrics and fix some previous ones (#14254)

* Add more worker related metrics and fix some previous ones

* update metrics docs
6 files changed
tree: f29ce74027d1cbf1b59ffcfb8dfc8353894989f6
  1. .github/
  2. .idea/
  3. .mvn/
  4. deploy/
  5. docs/
  6. dolphinscheduler-alert/
  7. dolphinscheduler-aop/
  8. dolphinscheduler-api/
  9. dolphinscheduler-api-test/
  10. dolphinscheduler-bom/
  11. dolphinscheduler-common/
  12. dolphinscheduler-dao/
  13. dolphinscheduler-data-quality/
  14. dolphinscheduler-datasource-plugin/
  15. dolphinscheduler-dist/
  16. dolphinscheduler-e2e/
  17. dolphinscheduler-master/
  18. dolphinscheduler-meter/
  19. dolphinscheduler-microbench/
  20. dolphinscheduler-registry/
  21. dolphinscheduler-remote/
  22. dolphinscheduler-scheduler-plugin/
  23. dolphinscheduler-service/
  24. dolphinscheduler-spi/
  25. dolphinscheduler-standalone-server/
  26. dolphinscheduler-storage-plugin/
  27. dolphinscheduler-task-plugin/
  28. dolphinscheduler-tools/
  29. dolphinscheduler-ui/
  30. dolphinscheduler-worker/
  31. images/
  32. licenses/
  33. script/
  34. style/
  35. tools/
  36. .asf.yaml
  37. .dlc.json
  38. .flake8
  39. .gitattributes
  40. .gitignore
  41. .gitmodules
  42. .licenserc.yaml
  43. .pre-commit-config.yaml
  44. CONTRIBUTING.md
  45. LICENSE
  46. lombok.config
  47. mvnw
  48. mvnw.cmd
  49. NOTICE
  50. pom.xml
  51. README.md
  52. README_zh_CN.md
README.md

Apache Dolphinscheduler

License codecov Quality Gate Status Twitter Follow Slack Status CN doc

About

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code. It is also provided powerful user interface, dedicated to solving complex task dependencies in the data pipeline and providing various types of jobs available out of the box

The key features for DolphinScheduler are as follows:

  • Easy to deploy, provide four ways to deploy which including Standalone, Cluster, Docker and Kubernetes.
  • Easy to use, workflow can be created and managed by four ways, which including Web UI, Python SDK, Yaml file and Open API
  • Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling.
  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day
  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type
  • Versioning both workflow and workflow instance(including tasks)
  • Various state control of workflow and task, support pause/stop/recover them in any time
  • Multi-tenancy support
  • Others like backfill support(Web UI native), permission control including project, resource and data source

QuickStart

User Interface Screenshots

  • Homepage: Project and workflow overview, including the latest workflow instance and task instance status statistics. home

  • Workflow Definition: Create and manage workflow by drag and drop, easy to build and maintain complex workflow, support bulk of tasks out of box. workflow-definition

  • Workflow Tree View: Abstract tree structure could clearer understanding of the relationship between tasks workflow-tree

  • Data source: Manage support multiple external data sources, provide unified data access capabilities for such as MySQL, PostgreSQL, Hive, Trino, etc. data-source

  • Monitor: View the status of the master, worker and database in real time, including server resource usage and load, do quick health check without logging in to the server. monitor

Suggestions & Bug Reports

Follow this guide to report your suggestions or bugs.

Contributing

The community welcomes everyone to contribute, please refer to this page to find out more: How to contribute, find the good first issue in here if you are new to DolphinScheduler.

Community

Welcome to join the Apache DolphinScheduler community by:

Landscapes