https://github.com/mkuthan/gcp-dataflow-tampermonkey
Tampermonkey script for GCP Dataflow console with enhanced view for finding job bottlenecks
https://github.com/mkuthan/gcp-dataflow-tampermonkey
apache-beam dataflow gcp tampermonkey-userscript
Last synced: 19 days ago
JSON representation
Tampermonkey script for GCP Dataflow console with enhanced view for finding job bottlenecks
- Host: GitHub
- URL: https://github.com/mkuthan/gcp-dataflow-tampermonkey
- Owner: mkuthan
- Created: 2020-08-06T06:49:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T12:42:15.000Z (over 4 years ago)
- Last Synced: 2025-03-22T12:11:17.051Z (about 1 month ago)
- Topics: apache-beam, dataflow, gcp, tampermonkey-userscript
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCP Dataflow UI extension for finding job bottlenecks
[Tampermonkey](https://www.tampermonkey.net) script for GCP Dataflow console with enhanced view for finding job bottlenecks.
## Features
* Formatting elapsed time, more time is taken by the step - the step is more visible on the console.
* Formatting throughput, more elements per second is processed - the step is more visible on the console.
[Full size version](gcp-dataflow-tampermonkey-large.png)
## Installation
Follow the [Tampermonkey documentation](https://www.tampermonkey.net/faq.php?ext=dhdg#Q102).
## Changelog
### 1.0.1
* Update for the new version of Dataflow console.
### 1.0
* Update for the new version of Dataflow console.
* Minor tweaks for colouring labels when few steps take much more time than others.### 0.1
* Initial version developed by [Tomek Nurkiewicz](https://github.com/nurkiewicz) - thanks!!!!