-
Notifications
You must be signed in to change notification settings - Fork 8
feat: entropy metrics #119
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: kube deployment name-limit handling
chore: change odpf references to goto
* fix: golanci config * fix: gci lint issues * fix: lint issues * fix: remove nosnakecase lint from disable list
* fix: deployment id name
* chore: add better error description * refactor: merge firehose module files
refactor: reduce firehose package
* feat: implement create, update, reset * feat: implement upgrade * feat: implement start, stop, scale * test: add lots of tests * feat: implement reset-sync * refactor: simplify kafka reset flow * feat: implement log * refactor: separate client & server CLI * feat: fix entropy client cli
* fix: use previous telegraf conf * refactor: remove old firehose module
fix: change commit author to bot
* fix: strip trailing colon in image tag * feat: add telegraf config templating
This reverts commit 2b799d7.
* feat: add dry run * feat: add swagger * test: add dry run tests * refactor: use option pattern * tests: fix call * tests: fix params --------- Co-authored-by: Ishan Arya <[email protected]>
* feat: add flink module (#110) * rebase * test: add e2e-test * test: fix TearDown * test: fix test * feat: change var name * feat: add dagger module create & update action (#107) * feat: add dagger module * feat: add flink dep * feat: add transformations * fix: read stream from config root * feat: add Plan implementation * fix: chart values * fix: resolve TODOs and refactored * fix: source sink base handling * feat: Output to have CR details * feat: handle status * refactor: seperate contants by type * refactor: kubeGetCRD function * feat: add dagger update action * fix: add Update action * chore: change var name to sink_kafka_stream * feat: merge consumer group ID if sink is same --------- Co-authored-by: Ishan Arya <[email protected]> * feat: dagger actions (#114) * feat: add dagger module * feat: add flink dep * feat: add transformations * fix: read stream from config root * feat: add Plan implementation * fix: chart values * fix: resolve TODOs and refactored * fix: source sink base handling * feat: Output to have CR details * feat: handle status * refactor: seperate contants by type * refactor: kubeGetCRD function * feat: add dagger update action * fix: add Update action * chore: change var name to sink_kafka_stream * feat: merge consumer group ID if sink is same * feat: add start, stop and reset actions (#112) * feat: add start & update action * feat: add reset action --------- Co-authored-by: Ishan Arya <[email protected]> --------- Co-authored-by: Ishan Arya <[email protected]> * feat: add extra streams --------- Co-authored-by: Ishan Arya <[email protected]> * feat: add logs * feat: stop time in dagger * fix: kafka source overriding * fix: flink config check * feat: add job_state as label * fix: char len limit * feat: add SINK_CONNECTOR_SCHEMA_PROTO_MESSAGE_CLASS * feat: action and labels * feat: add gcp_credentials * feat: use deployment_id for chart name * feat: state control in create and update * feat: handle empty state fields * fix: BuildResourceName * fix: FLINK_JOB_ID * fix: taskmanager resources * feat: add flink module (#110) * rebase * test: add e2e-test * test: fix TearDown * test: fix test * feat: change var name * feat: add dagger module create & update action (#107) * feat: add dagger module * feat: add flink dep * feat: add transformations * fix: read stream from config root * feat: add Plan implementation * fix: chart values * fix: resolve TODOs and refactored * fix: source sink base handling * feat: Output to have CR details * feat: handle status * refactor: seperate contants by type * refactor: kubeGetCRD function * feat: add dagger update action * fix: add Update action * chore: change var name to sink_kafka_stream * feat: merge consumer group ID if sink is same --------- Co-authored-by: Ishan Arya <[email protected]> * feat: dagger actions (#114) * feat: add dagger module * feat: add flink dep * feat: add transformations * fix: read stream from config root * feat: add Plan implementation * fix: chart values * fix: resolve TODOs and refactored * fix: source sink base handling * feat: Output to have CR details * feat: handle status * refactor: seperate contants by type * refactor: kubeGetCRD function * feat: add dagger update action * fix: add Update action * chore: change var name to sink_kafka_stream * feat: merge consumer group ID if sink is same * feat: add start, stop and reset actions (#112) * feat: add start & update action * feat: add reset action --------- Co-authored-by: Ishan Arya <[email protected]> --------- Co-authored-by: Ishan Arya <[email protected]> * feat: add extra streams --------- Co-authored-by: Ishan Arya <[email protected]> * feat: add logs * feat: stop time in dagger * fix: kafka source overriding * fix: flink config check * feat: add job_state as label * fix: char len limit * feat: add SINK_CONNECTOR_SCHEMA_PROTO_MESSAGE_CLASS * feat: action and labels * feat: add gcp_credentials * feat: use deployment_id for chart name * feat: state control in create and update * feat: handle empty state fields * fix: BuildResourceName * fix: FLINK_JOB_ID * fix: taskmanager resources * feat: send lowercase sink type to helm * fix: preserve \n and \ in env vars * feat: allow \t * fix: use %q to quote * feat: output shall not return internal server error (#119) * feat: output shall not return internal server error * refactor --------- Co-authored-by: Ishan Arya <[email protected]> * fix: change Error to string type * fix: default handling for each key * feat: pass urn to helm chart * feat: chart will upgrade on start and update (#120) Co-authored-by: Ishan Arya <[email protected]> * fix: chart update * fix: consumer offset update and reset * fix: base case * feat: add state in output * fix: empty error in case of success * feat: jaruri, image & chart version always update * feat: reset to update jaruri and chart values * fix: remove keys from env vars --------- Co-authored-by: Ishan Arya <[email protected]>
* fix: flink parallelism env var should be updated when replicas are updated * fix: type conversion --------- Co-authored-by: Ishan Arya <[email protected]>
* fix: flink parallelism env var should be updated when replicas are updated * fix: type conversion * fix: env vars on create --------- Co-authored-by: Ishan Arya <[email protected]>
Co-authored-by: Ishan Arya <[email protected]>
* poc * feat: add metrics for res status change * chore: remove unused variables * refactor: otel setup * chore: clear opencencus * fix: add runtime metrics * test: fix * feat: add mod file --------- Co-authored-by: Ishan Arya <[email protected]>
* poc * feat: add metrics for res status change * chore: remove unused variables * refactor: otel setup * chore: clear opencencus * fix: add runtime metrics * test: fix * feat: add mod file * chore: add debug logs --------- Co-authored-by: Ishan Arya <[email protected]>
* poc * feat: add metrics for res status change * chore: remove unused variables * refactor: otel setup * chore: clear opencencus * fix: add runtime metrics * test: fix * feat: add mod file * chore: add debug logs * chore: change log type --------- Co-authored-by: Ishan Arya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.