Kim Ngo

Results 12 issues of Kim Ngo

# What does this PR do ? * Adds utility option to save input and output tensors for VAD model inference useful for testing and comparison in isolation from pre/post...

## Summary After a few months of weighing the current state of OpenTel vs the current need for metrics wrt to the Consul ecosystem, it has become more evident to...

enhancement

### Consul Template version consul-template v0.25.0 (99efa64) ### Configuration Config: `test.hcl` ```hcl log_level = debug template { contents = "{{ key \"hello\" }}" destination = "hello.txt" exec { command =...

enhancement
good first issue

Consul docs for deprecation notice https://github.com/hashicorp/consul/pull/11836 Initial bug ticket https://github.com/hashicorp/consul-terraform-sync/issues/442 Remove ```hcl driver "terraform-cloud" { workspace_prefix = "my-prefix-" } ``` The new option ```hcl driver "terraform-cloud" { workspaces { prefix...

good first issue

#### Description CTS can use Vault to query sensitive information for CTS configuration and provider configuration with the template function `{{ with secret }}` ([docs](https://www.consul.io/docs/nia/configuration#vault)). An enhancement to the feature...

enhancement

Option to delete a task which would clean up the terraform workspace, terraform state file, any auto-generated files, and in-memory information (events, status data, etc). This does not include destroying...

Ability to update an existing task's configuration, like the list of services to monitor.

enhancement

Provide information for Consul intentions to automated Terraform modules.

There's an underlying issue somewhere causing the graceful shutdown attempt to timeout after 10 seconds when the shutdown occurs during a Terraform command. ``` ^C2020/09/25 00:57:23.073189 [INFO] signal received to...

bug

Add configuration options for telemetry and first pass of emitting useful metrics

enhancement