Karan Sharma

Results 23 issues of Karan Sharma

# Bug Report ## Environment Zola version: `zola 0.16.0` ## Expected Behavior Code blocks with `hcl` should have syntax highlighting. ## Current Behavior They're rendered as plain text, i.e. without...

Adds support for service discovery via Nomad services. Nomad [recently launched](https://www.hashicorp.com/blog/nomad-1-3-adds-native-service-discovery-and-edge-workload-support) support for registering services for the tasks it's running. It's possible to retrieve the list of services using [HTTP...

enhancement

I ran `go run generate/go-generate.go $(pwd)` to generate updated models and configuration files. It generated a file `configuration_generated.go` (as it seems to be hardcoded here: https://github.com/haproxytech/dataplaneapi/blob/master/generate/go-generate.go#L356) I manually renamed `configuration_generated.go`...

bug

### Nomad version ``` Nomad v1.3.1 (2b054e38e91af964d1235faa98c286ca3f527e56) ``` ### Operating system and Environment details ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS...

stage/waiting-reply
theme/driver/raw_exec
theme/metrics

### Proposal `nomad job scale` should be a bit more configurable - like taking a param to stop the old allocs first. Or maybe that could be the default behaviour....

type/enhancement
theme/core
stage/needs-discussion
theme/autoscaling

### Proposal Currently, I am querying the list of Nomad Services using [consul-template Nomad functions](https://github.com/hashicorp/consul-template/blob/main/docs/templating-language.md#nomad-functions). I couldn't find a way to filter only the list of healthy services. ![image](https://user-images.githubusercontent.com/5689132/208874235-f8c4f5fa-5d3d-403a-8a34-4400caf0649f.png) ![image](https://user-images.githubusercontent.com/5689132/208874325-a5bb43ed-f0a7-4130-b28d-8373669e1c5f.png)...

type/enhancement
stage/accepted
theme/service-discovery
theme/service-discovery/nomad

I've been stress-testing and experimenting with Parseable, _locally_ on my machine. I've the following setup: ``` version: '3.8' services: parseable: image: parseable/parseable:latest command: parseable local-store ports: - "8000:8000" env_file: -...

triage

Will be useful to add Clickhouse support which can help monitoring it. https://kb.altinity.com/altinity-kb-setup-and-maintenance/cluster-production-configuration-guide/monitoring-considerations/

enhancement

## Steps To Reproduce Steps we can take to reproduce the issue you're seeing. Sample data is helpful. I have a local `sqlite3` DB, with the following schema: ```sql CREATE...

bug