influxdata / influxdata/influxdb
PKG: Create one or more Tasks with dynamic variable values in query
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
My use case -
Create a template that encapsulates https://www.influxdata.com/blog/using-serverless-flux-to-monitor-website-response-times/
When a user installs the template via PKG, PKG sees that input is required and prompts the user for input along the lines of a simple URL, or maybe a key/value list, or maybe a file with those key/values.
For every URL, PKG will create a separate Task and replace the URL in the script with the user input.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no implementation files or tests. Start by reading the linked serverless Flux example and tracing the PKG template-install path; clarify the supported input form and verify that installation creates one Task per URL with each script value replaced.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100