Skip to content
Merged
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
a9ad877
Nomad nodes discovery is now using shared logic for job allocations
sitole Dec 22, 2025
4e697c9
Renamed structs used for service discovery
sitole Dec 22, 2025
7a22fdf
Rename structs handling instance info
sitole Dec 22, 2025
9b8f562
Edge pool renaming and cleanup
sitole Dec 22, 2025
32f7006
Renamed orchestrators pool to instances pool
sitole Dec 22, 2025
f958441
Unused feature flag removed
sitole Dec 22, 2025
2c9ea21
Renamed execution id to sandbox execution id in sandbox info struct
sitole Dec 22, 2025
293329f
Renamed package storing clusters
sitole Dec 22, 2025
ae7a01f
Introduced cluster resources provider
sitole Dec 22, 2025
718f50f
Use cluster resource provider for getting sbx and build resources
sitole Dec 22, 2025
beeb0a4
Renamed cluster.ClusterInstance to cluster.Instance
sitole Dec 22, 2025
f6222f9
Cluster http client is no longer need to be exposed form cluster
sitole Dec 22, 2025
c205b18
Rename and rearrange clusters files
sitole Dec 22, 2025
32cdfee
Renamed `clusterSynchronizationStore` to `instancesSyncStore`
sitole Dec 22, 2025
819b4a0
Each instance now holds its own gRPC connection
sitole Dec 22, 2025
b36641f
Removed not needed metadata ctx call with instance connection
sitole Dec 22, 2025
728cac8
Nomad allocations discovery with different query filters
sitole Dec 22, 2025
704be35
Cluster local and remote discovery impls
sitole Dec 22, 2025
aa207bc
Speedup clusters sync
sitole Dec 22, 2025
5c48b0a
Fixes
sitole Dec 22, 2025
bdf3ab5
Implemented local resource provider
sitole Dec 22, 2025
a931983
Client proxy (edge api) is no longer needed for integration tests pip…
sitole Dec 22, 2025
6eee058
Fixed missing connection for gRPC mocks
sitole Dec 22, 2025
e66fbc6
Fixed not checked err for build logs
sitole Dec 22, 2025
f692fb8
For local and integration tests inject static orch instance
sitole Dec 22, 2025
2dd8221
Implemented builds logs for both local and remote resource providers
sitole Dec 22, 2025
41045e8
Code review fixes
sitole Dec 22, 2025
6053299
Fixed place where local ctx was not used
sitole Dec 28, 2025
423332f
Updated text for instance sync store struct
sitole Dec 28, 2025
d03d51d
Unify duplicated logic for both instance create and instance sync
sitole Dec 28, 2025
54b0cd6
Removed sandbox prefix from snadbox info struct
sitole Dec 28, 2025
454d1b0
Field rename
sitole Dec 28, 2025
54f59a7
Fix issue with concurrent access to instance fields
sitole Dec 29, 2025
001e4ed
Removed roles getters and replaced with pre-cached values
sitole Dec 29, 2025
5cfd848
Log close err
sitole Dec 30, 2025
b35d2ff
Explicitly check if res body parsed struct is nil
sitole Dec 30, 2025
e87b9a9
Close instances during cluster close
sitole Dec 30, 2025
b49d6f4
Removed double check of res body struct is nil
sitole Dec 30, 2025
2fcfe46
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 5, 2026
0cab296
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 5, 2026
eeeb5b6
Remove file after conflict resolved
sitole Jan 5, 2026
fa2b8fb
Use callback system for build logs query
sitole Jan 5, 2026
045ef03
When instance was not found, just log err do not return
sitole Jan 5, 2026
c3adefb
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 5, 2026
a2c9779
After-merge changes
sitole Jan 5, 2026
2ef3a74
Implemented template builder cpu check from 05ac56bf4a12cf01275c0339b…
sitole Jan 5, 2026
8397a81
Access machine info on copied struct
sitole Jan 5, 2026
1e62925
Make parameter naming more obvious, fix use
sitole Jan 5, 2026
62fc82e
Removed duplicated instance sync
sitole Jan 5, 2026
d2fc2af
Fixed double fetch
sitole Jan 5, 2026
05d0c67
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 6, 2026
857b75b
Fail instance health on too many failed synces
sitole Jan 6, 2026
7e39e0b
Added log line during too many failed sync
sitole Jan 6, 2026
e6890ef
Make instance sync call lower timeouted
sitole Jan 6, 2026
714b217
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 7, 2026
fe889cd
Fix after merge conflict
sitole Jan 7, 2026
3259ce1
Merge branch 'main' into chore/make-edge-api-optional
sitole Jan 7, 2026
a2fbac6
After conflict deps tidy
sitole Jan 7, 2026
2daf850
Renamed const for orchestrator API port
sitole Jan 12, 2026
ce46916
Build cluster api endpoint
sitole Jan 12, 2026
3226d6c
Use client instead of connection
sitole Jan 12, 2026
d510fea
Nits
sitole Jan 12, 2026
6422db3
For statis service discovery use list with predefined size
sitole Jan 12, 2026
914d08b
Deduplicate function for fetching build logs
sitole Jan 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/actions/start-services/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,12 @@ runs:
ENVD_TIMEOUT: "60s"
ORCHESTRATOR_SERVICES: "orchestrator,template-manager"
SANDBOX_ACCESS_TOKEN_HASH_SEED: "abcdefghijklmnopqrstuvwxyz"
TEMPLATE_MANAGER_HOST: "localhost:5008"
ARTIFACTS_REGISTRY_PROVIDER: "Local"
STORAGE_PROVIDER: "Local"
ENVIRONMENT: "local"
OTEL_COLLECTOR_GRPC_ENDPOINT: "localhost:4317"
MAX_PARALLEL_MEMFILE_SNAPSHOTTING: "2"
SHARED_CHUNK_CACHE_PATH: "./.e2b-chunk-cache"
EDGE_TOKEN: "abdcdefghijklmnop"
run: |
mkdir -p $SHARED_CHUNK_CACHE_PATH
mkdir -p ~/logs
Expand All @@ -114,9 +112,6 @@ runs:
# Start orchestrator
bash ./scripts/start-service.sh "Orchestrator" packages/orchestrator run-debug ~/logs/orchestrator.log http://localhost:5008/health

# Start Edge API
bash ./scripts/start-service.sh "Edge" packages/client-proxy run ~/logs/edge.log http://localhost:3001/health

# Start API
bash ./scripts/start-service.sh "API" packages/api run ~/logs/api.log http://localhost:3000/health
shell: bash
4 changes: 1 addition & 3 deletions iac/provider-gcp/nomad/jobs/api.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ job "api" {
ORCHESTRATOR_PORT = "${orchestrator_port}"
POSTGRES_CONNECTION_STRING = "${postgres_connection_string}"
SUPABASE_JWT_SECRETS = "${supabase_jwt_secrets}"
LOKI_URL = "${loki_url}"
CLICKHOUSE_CONNECTION_STRING = "${clickhouse_connection_string}"
ENVIRONMENT = "${environment}"
POSTHOG_API_KEY = "${posthog_api_key}"
Expand All @@ -96,9 +97,6 @@ job "api" {
REDIS_TLS_CA_BASE64 = "${redis_tls_ca_base64}"
SANDBOX_ACCESS_TOKEN_HASH_SEED = "${sandbox_access_token_hash_seed}"

LOCAL_CLUSTER_ENDPOINT = "${local_cluster_endpoint}"
LOCAL_CLUSTER_TOKEN = "${local_cluster_token}"

%{ if launch_darkly_api_key != "" }
LAUNCH_DARKLY_API_KEY = "${launch_darkly_api_key}"
%{ endif }
Expand Down
7 changes: 3 additions & 4 deletions iac/provider-gcp/nomad/jobs/edge.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ job "client-proxy" {
PROXY_PORT = "${proxy_port}"
ORCHESTRATOR_PORT = "${orchestrator_port}"

SD_ORCHESTRATOR_PROVIDER = "NOMAD"
SD_ORCHESTRATOR_NOMAD_ENDPOINT = "${nomad_endpoint}"
SD_ORCHESTRATOR_NOMAD_TOKEN = "${nomad_token}"
SD_ORCHESTRATOR_NOMAD_JOB_PREFIX = "template-manager"
SD_ORCHESTRATOR_PROVIDER = "NOMAD"
SD_ORCHESTRATOR_NOMAD_ENDPOINT = "${nomad_endpoint}"
SD_ORCHESTRATOR_NOMAD_TOKEN = "${nomad_token}"

ENVIRONMENT = "${environment}"

Expand Down
12 changes: 12 additions & 0 deletions iac/provider-gcp/nomad/jobs/orchestrator.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ job "orchestrator-${latest_orchestrator_job_id}" {
priority = 90

group "client-orchestrator" {
// For future as we can remove static and allow multiple instances on one machine if needed.
// Also network allocation is used by Nomad service discovery on API and edge API to find jobs and register them.
network {
port "orchestrator" {
static = "${port}"
}

port "orchestrator-proxy" {
static = "${proxy_port}"
}
}

service {
name = "orchestrator"
port = "${port}"
Expand Down
2 changes: 2 additions & 0 deletions iac/provider-gcp/nomad/jobs/template-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ job "template-manager-system" {
mode = "delay"
}

// For future as we can remove static and allow multiple instances on one machine if needed.
// Also network allocation is used by Nomad service discovery on API and edge API to find jobs and register them.
network {
port "template-manager" {
static = "${port}"
Expand Down
7 changes: 3 additions & 4 deletions iac/provider-gcp/nomad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ locals {
clickhouse_connection_string = var.clickhouse_server_count > 0 ? "clickhouse://${var.clickhouse_username}:${random_password.clickhouse_password.result}@clickhouse.service.consul:${var.clickhouse_server_port.port}/${var.clickhouse_database}" : ""
redis_url = trimspace(data.google_secret_manager_secret_version.redis_cluster_url.secret_data) == "" ? "redis.service.consul:${var.redis_port.port}" : ""
redis_cluster_url = trimspace(data.google_secret_manager_secret_version.redis_cluster_url.secret_data)
loki_url = "http://loki.service.consul:${var.loki_service_port.port}"
}

# API
Expand Down Expand Up @@ -98,12 +99,10 @@ resource "nomad_job" "api" {
redis_cluster_url = local.redis_cluster_url
redis_tls_ca_base64 = trimspace(data.google_secret_manager_secret_version.redis_tls_ca_base64.secret_data)
clickhouse_connection_string = local.clickhouse_connection_string
loki_url = local.loki_url
sandbox_access_token_hash_seed = var.sandbox_access_token_hash_seed
db_migrator_docker_image = data.google_artifact_registry_docker_image.db_migrator_image.self_link
launch_darkly_api_key = trimspace(data.google_secret_manager_secret_version.launch_darkly_api_key.secret_data)

local_cluster_endpoint = "edge-api.service.consul:${var.edge_api_port.port}"
local_cluster_token = var.edge_api_secret
})
}

Expand Down Expand Up @@ -157,7 +156,7 @@ resource "nomad_job" "client_proxy" {
redis_cluster_url = local.redis_cluster_url
redis_tls_ca_base64 = trimspace(data.google_secret_manager_secret_version.redis_tls_ca_base64.secret_data)

loki_url = "http://loki.service.consul:${var.loki_service_port.port}"
loki_url = local.loki_url
clickhouse_connection_string = local.clickhouse_connection_string

proxy_port_name = var.edge_proxy_port.name
Expand Down
3 changes: 1 addition & 2 deletions packages/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ run:
ENVIRONMENT=$(ENVIRONMENT) \
ORCHESTRATOR_PORT=5008 \
NODE_ID=integration-tests \
LOCAL_CLUSTER_ENDPOINT=localhost:3001 \
LOCAL_CLUSTER_TOKEN=$(EDGE_TOKEN) \
LOKI_URL=unset \
./bin/api --port 3000

define setup_local_env
Expand Down
91 changes: 90 additions & 1 deletion packages/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/grafana/loki v0.0.0-20250609195516-7b805ba7c843
github.com/hashicorp/nomad/api v0.0.0-20231208134655-099ee06a607c
github.com/jackc/pgx/v5 v5.7.4
github.com/jellydator/ttlcache/v3 v3.4.0
Expand Down Expand Up @@ -73,39 +74,60 @@ require (

require (
dario.cat/mergo v1.0.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/ClickHouse/ch-go v0.66.1 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.37.2 // indirect
github.com/DataDog/datadog-go/v5 v5.2.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Workiva/go-datastructures v1.1.0 // indirect
github.com/air-verse/air v1.61.7 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go v1.55.7 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bep/godartsass/v2 v2.3.2 // indirect
github.com/bep/golibsass v1.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/bytedance/sonic v1.13.2 // indirect
github.com/bytedance/sonic/loader v0.2.4 // indirect
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/creack/pty v1.1.23 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/docker v28.3.3+incompatible // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ebitengine/purego v0.8.4 // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/exaring/otelpgx v0.9.3 // indirect
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
Expand All @@ -114,38 +136,68 @@ require (
github.com/gin-contrib/sse v1.0.0 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/loads v0.22.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/strfmt v0.23.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/validate v0.24.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.26.0 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/gogo/googleapis v1.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gohugoio/hugo v0.139.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/nftables v0.3.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grafana/dskit v0.0.0-20231120170505-765e343eda4f // indirect
github.com/grafana/gomemcache v0.0.0-20231023152154-6947259a0586 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/hashicorp/consul/api v1.30.0 // indirect
github.com/hashicorp/cronexpr v1.1.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/memberlist v0.5.0 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/launchdarkly/ccache v1.1.0 // indirect
github.com/launchdarkly/eventsource v1.10.0 // indirect
github.com/launchdarkly/go-jsonstream/v3 v3.1.0 // indirect
Expand All @@ -163,8 +215,11 @@ require (
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/miekg/dns v1.1.63 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/go-archive v0.1.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
Expand All @@ -176,27 +231,46 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/ngrok/firewall_toolkit v0.0.18 // indirect
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/paulmach/orb v0.11.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/prometheus/alertmanager v0.26.0 // indirect
github.com/prometheus/client_golang v1.20.2 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/common/sigv4 v0.1.0 // indirect
github.com/prometheus/exporter-toolkit v0.10.1-0.20230714054209-2f4150c63f97 // indirect
github.com/prometheus/procfs v0.16.0 // indirect
github.com/prometheus/prometheus v1.8.2-0.20200727090838-6f296594a852 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.8.0 // indirect
Expand All @@ -207,10 +281,20 @@ require (
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/willf/bitset v1.1.11 // indirect
github.com/willf/bloom v2.0.3+incompatible // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
go.mongodb.org/mongo-driver v1.17.1 // indirect
go.opentelemetry.io/auto/sdk v1.2.0 // indirect
go.opentelemetry.io/collector/pdata v1.0.0-rcv0015 // indirect
go.opentelemetry.io/collector/semconv v0.81.0 // indirect
go.opentelemetry.io/contrib/bridges/otelzap v0.13.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect
Expand All @@ -220,14 +304,19 @@ require (
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
golang.org/x/arch v0.16.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/tools v0.38.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250908214217-97024824d090 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
Expand Down
Loading
Loading