Keryxeval traces
All traces
scored: passC2 run 22026-07-19-gate

Reported insufficient evidence. This is what a control passing looks like: the honest non-answer.

ShopfrontHighLatency in shopfront

investigation
01KY25R0DA5ERC6FB3ZNY3GRAD
alert
ShopfrontHighLatency
status
completed
attempt
2
tokens
62,914
steps
28

Insufficient evidence to name a root cause.

This finding predates the prose floor (design-04 D4.5), so its summary is still the model's own assertion and is withheld here. What was checked is in the trace.

What was checked is in the trace below. This is a verdict, not a failure — better instrumentation of the implicated workload would raise conviction.

Cited evidence

  1. 1. sweep evidence from alert-context

    alertname: ShopfrontHighLatency

    reproduce: alert labels/annotations as received by the webhook

  2. 2. sweep evidence from kube-crashes

    NAMESPACE   APIVERSION   KIND   NAME                        READY   STATUS    RESTARTS   AGE   IP              NODE                                         NOMINATED NODE   READINESS GATES   LABELS

    reproduce: kubectl -n shopfront get pods

  3. 3. sweep evidence from kube-crashes

    apiVersion: v1

    reproduce: kubectl -n shopfront get service shopfront -o yaml

Checked and ruled out

  • shopfront pod is experiencing memory pressure causing high latency due to exceeding memory limits Steps 26 and 27 show no data points where memory usage exceeds 128Mi limit or latency exceeds 1s threshold, contradicting the initial memory pressure hypothesis
  • Recent deployment changes introduced performance regression in shopfront workload Step 9 shows deployment occurred at 10:16:06Z, over 50 minutes before alert fired at 11:07:00Z, and only documentation PRs were found in steps 13-16
  • Node resource pressure from shared SPOT instance causing performance degradation Step 18 shows node memory available at ~78-80% throughout the alert period, indicating ample memory resources
Trace — 28 steps
#1sweepalert-contextinternal/alert-contextok

reproduce: alert labels/annotations as received by the webhook

alertname: ShopfrontHighLatency
namespace: shopfront
workload: shopfront (service)
pod: (none)
firing_since: 2026-07-21T11:07:00.075Z
query_window: 2026-07-21T10:52:00Z .. 2026-07-21T11:07:56Z
labels:
  alertname=ShopfrontHighLatency
  namespace=shopfront
  prometheus=monitoring/kube-prometheus-stack-prometheus
  service=shopfront
  severity=warning
annotations:
  dashboard_url=http://grafana.monitoring.svc/d/shopfront
  description=shopfront p95 request latency exceeded 1 second over the last 5 minutes.
  runbook_url=https://github.com/shopfront-hq/shopfront/tree/main/runbooks/high-latency.md
  summary=shopfront p95 latency above 1s
#2sweepkube-crasheskubernetes-mcp-server/resources_getok

reproduce: kubectl -n shopfront get service shopfront -o yaml

apiVersion: v1
kind: Service
metadata:
  annotations:
    meta.helm.sh/release-name: shopfront
    meta.helm.sh/release-namespace: shopfront
  creationTimestamp: "2026-07-21T10:16:07Z"
  labels:
    app.kubernetes.io/instance: shopfront
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: shopfront
    helm.toolkit.fluxcd.io/name: shopfront
    helm.toolkit.fluxcd.io/namespace: shopfront
  name: shopfront
  namespace: shopfront
  resourceVersion: "4914"
  uid: f539412f-50a1-44da-87ab-3c007b05564f
spec:
  clusterIP: 10.100.44.235
  clusterIPs:
  - 10.100.44.235
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: http
    port: 80
    protocol: TCP
    targetPort: http
  selector:
    app.kubernetes.io/name: shopfront
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}
#3sweepkube-crasheskubernetes-mcp-server/pods_list_in_namespaceok

reproduce: kubectl -n shopfront get pods

NAMESPACE   APIVERSION   KIND   NAME                        READY   STATUS    RESTARTS   AGE   IP              NODE                                         NOMINATED NODE   READINESS GATES   LABELS
shopfront   v1           Pod    shopfront-685888c7d-s9m68   2/2     Running   0          51m   172.31.19.53    ip-172-31-16-28.us-east-2.compute.internal   <none>           <none>            app.kubernetes.io/instance=shopfront,app.kubernetes.io/name=shopfront,pod-template-hash=685888c7d
shopfront   v1           Pod    shopfront-postgres-0        1/1     Running   0          51m   172.31.31.117   ip-172-31-16-28.us-east-2.compute.internal   <none>           <none>            app.kubernetes.io/instance=shopfront,app.kubernetes.io/name=shopfront-postgres,apps.kubernetes.io/pod-index=0,controller-revision-hash=shopfront-postgres-bd4bcf9c6,statefulset.kubernetes.io/pod-name=shopfront-postgres-0
#4sweepkube-crasheskubernetes-mcp-server/events_listtruncated

reproduce: kubectl -n shopfront get events --sort-by=.lastTimestamp | tail -20

# The following events (YAML format) were found:
- InvolvedObject:
    Kind: PersistentVolumeClaim
    Name: data-shopfront-postgres-0
    apiVersion: v1
  Message: waiting for first consumer to be created before binding
  Namespace: shopfront
  Reason: WaitForFirstConsumer
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: PersistentVolumeClaim
    Name: data-shopfront-postgres-0
    apiVersion: v1
  Message: External provisioner is provisioning volume for claim "shopfront/data-shopfront-postgres-0"
  Namespace: shopfront
  Reason: Provisioning
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: PersistentVolumeClaim
    Name: data-shopfront-postgres-0
    apiVersion: v1
  Message: Waiting for a volume to be created either by the external provisioner 'ebs.csi.aws.com'
    or manually by the system administrator. If volume creation is delayed, please
    verify that the provisioner is running and correctly registered.
  Namespace: shopfront
  Reason: ExternalProvisioning
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: PersistentVolumeClaim
    Name: data-shopfront-postgres-0
    apiVersion: v1
  Message: Successfully provisioned volume pvc-87464e26-e3d1-4d22-8e8f-f66e59694d98
  Namespace: shopfront
  Reason: ProvisioningSucceeded
  Timestamp: 2026-07-21 10:16:09 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: Successfully assigned shopfront/shopfront-685888c7d-s9m68 to ip-172-31-16-28.us-east-2.compute.internal
  Namespace: shopfront
  Reason: Scheduled
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: Pulling image "860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923"
  Namespace: shopfront
  Reason: Pulling
  Timestamp: 2026-07-21 10:16:08 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: 'Successfully pulled image "860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923"
    in 2.697s (2.697s including waiting). Image size: 82786388 bytes.'
  Namespace: shopfront
  Reason: Pulled
  Timestamp: 2026-07-21 10:16:10 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: 'Created container: shopfront'
  Namespace: shopfront
  Reason: Created
  Timestamp: 2026-07-21 10:16:10 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: Started container shopfront
  Namespace: shopfront
  Reason: Started
  Timestamp: 2026-07-21 10:16:11 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: Pulling image "curlimages/curl:8.14.1"
  Namespace: shopfront
  Reason: Pulling
  Timestamp: 2026-07-21 10:16:11 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-685888c7d-s9m68
    apiVersion: v1
  Message: 'Successfully pulled image "curlimages/curl:8.14.1" in 785ms (785ms including
    waiting). Image size: 10169301 bytes.'
… [truncated 61 of 261 lines] …
    apiVersion: v1
  Message: Pulling image "postgres:17-alpine"
  Namespace: shopfront
  Reason: Pulling
  Timestamp: 2026-07-21 10:16:20 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-postgres-0
    apiVersion: v1
  Message: 'Successfully pulled image "postgres:17-alpine" in 2.588s (2.588s including
    waiting). Image size: 114981107 bytes.'
  Namespace: shopfront
  Reason: Pulled
  Timestamp: 2026-07-21 10:16:23 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-postgres-0
    apiVersion: v1
  Message: 'Created container: postgres'
  Namespace: shopfront
  Reason: Created
  Timestamp: 2026-07-21 10:16:23 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-postgres-0
    apiVersion: v1
  Message: Started container postgres
  Namespace: shopfront
  Reason: Started
  Timestamp: 2026-07-21 10:16:23 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Pod
    Name: shopfront-postgres-0
    apiVersion: v1
  Message: 'Readiness probe failed: /var/run/postgresql:5432 - no response'
  Namespace: shopfront
  Reason: Unhealthy
  Timestamp: 2026-07-21 10:16:23 +0000 UTC
  Type: Warning
- InvolvedObject:
    Kind: StatefulSet
    Name: shopfront-postgres
    apiVersion: apps/v1
  Message: create Claim data-shopfront-postgres-0 Pod shopfront-postgres-0 in StatefulSet
    shopfront-postgres success
  Namespace: shopfront
  Reason: SuccessfulCreate
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: StatefulSet
    Name: shopfront-postgres
    apiVersion: apps/v1
  Message: create Pod shopfront-postgres-0 in StatefulSet shopfront-postgres successful
  Namespace: shopfront
  Reason: SuccessfulCreate
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: OCIRepository
    Name: shopfront
    apiVersion: source.toolkit.fluxcd.io/v1
  Message: stored artifact with revision '0.3.0@sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492'
    from 'oci://860668857116.dkr.ecr.us-east-2.amazonaws.com/charts/shopfront'
  Namespace: shopfront
  Reason: NewArtifact
  Timestamp: 2026-07-21 10:16:06 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: Deployment
    Name: shopfront
    apiVersion: apps/v1
  Message: Scaled up replica set shopfront-685888c7d from 0 to 1
  Namespace: shopfront
  Reason: ScalingReplicaSet
  Timestamp: 2026-07-21 10:16:07 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: HelmRelease
    Name: shopfront
    apiVersion: helm.toolkit.fluxcd.io/v2
  Message: Helm install succeeded for release shopfront/shopfront.v1 with chart shopfront@0.3.0+5b0fb5c0b363
  Namespace: shopfront
  Reason: InstallSucceeded
  Timestamp: 2026-07-21 10:16:32 +0000 UTC
  Type: Normal
- InvolvedObject:
    Kind: OCIRepository
    Name: shopfront
    apiVersion: source.toolkit.fluxcd.io/v1
  Message: 'artifact up-to-date with remote revision: ''0.3.0@sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492'''
  Namespace: shopfront
  Reason: ArtifactUpToDate
  Timestamp: 2026-07-21 11:06:22 +0000 UTC
  Type: Normal

⚠️ truncated at capture — 8,110 bytes originally

#5sweeperror-logsmcp-grafana/query_loki_logsok

reproduce: logcli query '{namespace="shopfront",pod=~"shopfront.*"} | json | level >= 50' --from=2026-07-21T10:52:00Z --to=2026-07-21T11:07:56Z --limit=200

{"data":[],"hints":{"summary":"The Loki query returned no log entries for the specified time range.","possibleCauses":["The stream selector labels may not match any log streams","No logs were ingested during the specified time range","The filter expression may be too restrictive","The label values in the selector may be misspelled or incorrect","Log parsing may fail if logs are not in the expected format"],"suggestedActions":["Use list_loki_label_names to verify available labels","Use list_loki_label_values to check values for specific labels","Use query_loki_stats to check if logs exist for the stream selector","Try expanding the time range to see if logs exist in a different period","Try removing pipeline stages to see if the base stream selector matches any logs","Verify regex patterns are correct - use list_loki_label_values to see actual values"],"debug":{"timeRange":"2026-07-21T10:52:00Z to 2026-07-21T11:07:56Z"}},"metadata":{"linesReturned":0,"maxLinesAllowed":100,"resultsTruncated":false,"totalLinesScanned":149324,"startTime":"2026-07-21T10:52:00Z","endTime":"2026-07-21T11:07:56Z"}}
#6sweepgolden-signalsprometheus-mcp/execute_range_queryok

reproduce: # memory_vs_limit promtool query range 'sum by (pod) (container_memory_working_set_bytes{namespace="shopfront",pod=~"shopfront.*"}) / sum by (pod) (kube_pod_container_resource_limits{namespace="shopfront",resource="memory"})' --start=2026-07-21T10:52:00Z --end=2026-07-21T11:07:56Z

{"resultType":"matrix","result":[{"metric":{"pod":"shopfront-685888c7d-s9m68"},"values":[[1784631120,"1.1048990885416667"],[1784631180,"1.0735677083333333"],[1784631240,"1.0664265950520833"],[1784631300,"1.0537312825520833"],[1784631360,"1.06304931640625"],[1784631420,"1.0960896809895833"],[1784631480,"1.0501708984375"],[1784631540,"1.0485026041666667"],[1784631600,"1.07159423828125"],[1784631660,"1.0467936197916667"],[1784631720,"1.0812174479166667"],[1784631780,"1.09686279296875"],[1784631840,"1.1085611979166667"],[1784631900,"1.0949910481770833"],[1784631960,"1.1076863606770833"],[1784632020,"1.0907999674479167"]]},{"metric":{"pod":"shopfront-postgres-0"},"values":[[1784631120,"0.4370269775390625"],[1784631180,"0.3151702880859375"],[1784631240,"0.3153228759765625"],[1784631300,"0.3153839111328125"],[1784631360,"0.323211669921875"],[1784631420,"0.3234710693359375"],[1784631480,"0.3155670166015625"],[1784631540,"0.3155364990234375"],[1784631600,"0.3166046142578125"],[1784631660,"0.323455810546875"],[1784631720,"0.4352264404296875"],[1784631780,"0.4365234375"],[1784631840,"0.4373779296875"],[1784631900,"0.43927001953125"],[1784631960,"0.4394073486328125"],[1784632020,"0.4394378662109375"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=sum+by+%28pod%29+%28container_memory_working_set_bytes%7Bnamespace%3D%22shopfront%22%2Cpod%3D~%22shopfront.%2A%22%7D%29+%2F+sum+by+%28pod%29+%28kube_pod_container_resource_limits%7Bnamespace%3D%22shopfront%22%2Cresource%3D%22memory%22%7D%29&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=1m","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#7sweepgolden-signalsprometheus-mcp/execute_range_queryok

reproduce: # cpu_usage promtool query range 'sum by (pod) (rate(container_cpu_usage_seconds_total{namespace="shopfront",pod=~"shopfront.*"}[5m]))' --start=2026-07-21T10:52:00Z --end=2026-07-21T11:07:56Z

{"resultType":"matrix","result":[{"metric":{"pod":"shopfront-685888c7d-s9m68"},"values":[[1784631120,"2.85029160722932"],[1784631180,"2.520808562195982"],[1784631240,"2.1281811291739725"],[1784631300,"1.788968149023329"],[1784631360,"1.4376949367732756"],[1784631420,"1.0887560649904602"],[1784631480,"1.0814893611999399"],[1784631540,"1.0616893357992836"],[1784631600,"1.0738171227589663"],[1784631660,"1.0748307693623214"],[1784631720,"1.1975345253935703"],[1784631780,"1.585285939612396"],[1784631840,"1.9472210298260593"],[1784631900,"2.3319294534068375"],[1784631960,"2.6899043929238187"],[1784632020,"2.860557045276498"]]},{"metric":{"pod":"shopfront-postgres-0"},"values":[[1784631120,"0.24779817797434786"],[1784631180,"0.21628049126946364"],[1784631240,"0.1805954725720223"],[1784631300,"0.1453911024263682"],[1784631360,"0.11457313004031784"],[1784631420,"0.079074763613217"],[1784631480,"0.07989911462417904"],[1784631540,"0.08135940158740432"],[1784631600,"0.08205588819375598"],[1784631660,"0.08256002012557406"],[1784631720,"0.09173884691789119"],[1784631780,"0.12761591356899515"],[1784631840,"0.16462437089866683"],[1784631900,"0.2026545529317474"],[1784631960,"0.23879901281461896"],[1784632020,"0.25316001959213763"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=sum+by+%28pod%29+%28rate%28container_cpu_usage_seconds_total%7Bnamespace%3D%22shopfront%22%2Cpod%3D~%22shopfront.%2A%22%7D%5B5m%5D%29%29&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=1m","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#8sweepgolden-signalsprometheus-mcp/execute_range_queryok

reproduce: # restarts promtool query range 'sum by (pod) (kube_pod_container_status_restarts_total{namespace="shopfront"})' --start=2026-07-21T10:52:00Z --end=2026-07-21T11:07:56Z

{"resultType":"matrix","result":[{"metric":{"pod":"shopfront-685888c7d-s9m68"},"values":[[1784631120,"0"],[1784631180,"0"],[1784631240,"0"],[1784631300,"0"],[1784631360,"0"],[1784631420,"0"],[1784631480,"0"],[1784631540,"0"],[1784631600,"0"],[1784631660,"0"],[1784631720,"0"],[1784631780,"0"],[1784631840,"0"],[1784631900,"0"],[1784631960,"0"],[1784632020,"0"]]},{"metric":{"pod":"shopfront-postgres-0"},"values":[[1784631120,"0"],[1784631180,"0"],[1784631240,"0"],[1784631300,"0"],[1784631360,"0"],[1784631420,"0"],[1784631480,"0"],[1784631540,"0"],[1784631600,"0"],[1784631660,"0"],[1784631720,"0"],[1784631780,"0"],[1784631840,"0"],[1784631900,"0"],[1784631960,"0"],[1784632020,"0"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=sum+by+%28pod%29+%28kube_pod_container_status_restarts_total%7Bnamespace%3D%22shopfront%22%7D%29&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=1m","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#9sweeprecent-deploysflux-operator-mcp/get_kubernetes_resourcesok

reproduce: flux -n shopfront get helmreleases

---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  creationTimestamp: "2026-07-21T10:16:05Z"
  finalizers:
  - finalizers.fluxcd.io
  generation: 1
  labels:
    kustomize.toolkit.fluxcd.io/name: apps
    kustomize.toolkit.fluxcd.io/namespace: flux-system
  name: shopfront
  namespace: shopfront
  resourceVersion: "19628"
  uid: c23899ae-f038-4d3d-b2ce-d3f8bf523b8f
spec:
  chartRef:
    kind: OCIRepository
    name: shopfront
  install:
    remediation:
      retries: -1
  interval: 1m
  timeout: 5m
  upgrade:
    remediation:
      retries: -1
  values:
    env:
      appMode: dev
      dbPoolSize: "10"
      paymentsProviderUrl: ""
      sessionBlobKb: "16"
      sessionCacheMaxEntries: "1024"
    image:
      repository: 860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront
      tag: 987c923
    loadGenerator:
      concurrency: 10
      enabled: true
    postgres:
      replicas: 1
    replicas: 1
    resources:
      limits:
        memory: 128Mi
      requests:
        cpu: 100m
        memory: 128Mi
status:
  conditions:
  - lastTransitionTime: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    observedGeneration: 1
    reason: InstallSucceeded
    status: "True"
    type: Ready
  - lastTransitionTime: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    observedGeneration: 1
    reason: InstallSucceeded
    status: "True"
    type: Released
  events:
  - lastTimestamp: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    type: Normal
  history:
  - action: install
    apiVersion: v2
    appVersion: 0.1.0
    chartName: shopfront
    chartVersion: 0.3.0+5b0fb5c0b363
    configDigest: sha256:dcebbb63cb3f78b26ac6b7ea0093d3a8e3bbd2eb08fa889f6c290ab33764ee78
    digest: sha256:46e64e0b431db71dd19a22467a55413a2bc73d671917bdf8809d0fc3beefa0f2
    firstDeployed: "2026-07-21T10:16:06Z"
    lastDeployed: "2026-07-21T10:16:06Z"
    name: shopfront
    namespace: shopfront
    ociDigest: sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492
    status: deployed
    version: 1
  inventory:
    entries:
    - id: shopfront_shopfront-postgres-seed__ConfigMap
      v: v1
    - id: shopfront_shopfront__Service
      v: v1
    - id: shopfront_shopfront-postgres__Service
      v: v1
    - id: shopfront_shopfront_apps_Deployment
      v: v1
    - id: shopfront_shopfront-postgres_apps_StatefulSet
      v: v1
    - id: shopfront_shopfront_monitoring.coreos.com_PrometheusRule
      v: v1
    - id: shopfront_shopfront_monitoring.coreos.com_ServiceMonitor
      v: v1
  lastAttemptedConfigDigest: sha256:dcebbb63cb3f78b26ac6b7ea0093d3a8e3bbd2eb08fa889f6c290ab33764ee78
  lastAttemptedGeneration: 1
  lastAttemptedReleaseAction: install
  lastAttemptedReleaseActionDuration: 25.897081233s
  lastAttemptedRevision: 0.3.0+5b0fb5c0b363
  lastAttemptedRevisionDigest: sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492
  observedGeneration: 1
  storageNamespace: shopfront
#10sweeprecent-deploysflux-operator-mcp/get_kubernetes_resourceserror

reproduce: flux -n shopfront get kustomizations

No resources found
#11sweeprecent-deploysflux-operator-mcp/get_kubernetes_resourcestruncated

reproduce: flux -n flux-system get kustomizations

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  annotations:
    reconcile.fluxcd.io/requestedAt: "2026-07-21T19:00:32.203066+08:00"
  creationTimestamp: "2026-07-21T10:13:04Z"
  finalizers:
  - finalizers.fluxcd.io
  generation: 1
  labels:
    kustomize.toolkit.fluxcd.io/name: flux-system
    kustomize.toolkit.fluxcd.io/namespace: flux-system
  name: apps
  namespace: flux-system
  resourceVersion: "19352"
  uid: 3b754cb7-41c7-4814-8f5e-fcf8d03a16f6
spec:
  dependsOn:
  - name: infrastructure
  force: false
  interval: 5m
  path: ./apps/dev
  prune: true
  retryInterval: 1m
  sourceRef:
    kind: GitRepository
    name: flux-system
  timeout: 10m
  wait: true
status:
  conditions:
  - lastTransitionTime: "2026-07-21T11:06:46Z"
    message: 'Applied revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad'
    observedGeneration: 1
    reason: ReconciliationSucceeded
    status: "True"
    type: Ready
  - lastTransitionTime: "2026-07-21T11:06:46Z"
    message: Health check passed in 80.458139ms
    observedGeneration: 1
    reason: Succeeded
    status: "True"
    type: Healthy
  events:
  - lastTimestamp: "2026-07-21T10:16:05Z"
    message: |-
      Namespace/shopfront created
      RoleBinding/shopfront/keryx-tools-read created
      HelmRelease/shopfront/shopfront created
      OCIRepository/shopfront/shopfront created
    type: Normal
  - lastTimestamp: "2026-07-21T10:16:35Z"
    message: Health check passed in 30.092341066s
    type: Normal
  - lastTimestamp: "2026-07-21T10:40:26Z"
    message: Health check passed in 5.070292012s
    type: Normal
  - lastTimestamp: "2026-07-21T10:52:00Z"
    message: |-
      Deployment/analytics/catalog-sync deleted
      ConfigMap/analytics/catalog-sync-script deleted
      Namespace/analytics deleted
    type: Normal
  - lastTimestamp: "2026-07-21T11:01:02Z"
    message: Dependencies do not meet ready condition, retrying in 30s
    type: Normal
  - lastTimestamp: "2026-07-21T11:01:32Z"
    message: |-
      Namespace/analytics created
      ConfigMap/analytics/catalog-sync-script created
      Deployment/analytics/catalog-sync created
    type: Normal
  - lastTimestamp: "2026-07-21T11:01:37Z"
    message: Health check passed in 5.058686001s
    type: Normal
  history:
  - digest: sha256:d18d435daffa5e9f9b7a103c0aa77c9f79ac1985bb4cc8289b548dc4e81373af
    firstReconciled: "2026-07-21T10:40:26Z"
    lastReconciled: "2026-07-21T11:06:46Z"
    lastReconciledDuration: 383.841492ms
    lastReconciledStatus: ReconciliationSucceeded
    metadata:
      revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
    totalReconciliations: 5
  - digest: sha256:80c17f17c6392384ef6c7c5f08f9726c8fd4d3e8c586e538dc47cdf9d058a0ce
    firstReconciled: "2026-07-21T10:16:35Z"
    lastReconciled: "2026-07-21T10:56:53Z"
    lastReconciledDuration: 312.348065ms
    lastReconciledStatus: ReconciliationSucceeded
    metadata:
      revision: refs/heads/main@sha1:68332d1f5f5dbb2d4ea59de499f2803f722b8b20
    totalReconciliations: 7
  inventory:
    entries:
    - id: _analytics__Namespace
      v: v1
    - id: _shopfront__Namespace
      v: v1
    - id: shopfront_keryx-tools-read_rbac.authorization.k8s.io_RoleBinding
… [truncated 316 of 516 lines] …
    type: Normal
  - lastTimestamp: "2026-07-21T10:14:05Z"
    message: Health check passed in 80.418872ms
    type: Normal
  - lastTimestamp: "2026-07-21T11:00:27Z"
    message: Dependencies do not meet ready condition, retrying in 30s
    type: Normal
  history:
  - digest: sha256:66f2a6eed3db34bf625bb0df091d81c6e6dd03932d84f7a460bb54d49af12b70
    firstReconciled: "2026-07-21T10:14:05Z"
    lastReconciled: "2026-07-21T11:06:35Z"
    lastReconciledDuration: 304.674932ms
    lastReconciledStatus: ReconciliationSucceeded
    metadata:
      revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
    totalReconciliations: 15
  inventory:
    entries:
    - id: _gp3_storage.k8s.io_StorageClass
      v: v1
    - id: _aws-secretsmanager_external-secrets.io_ClusterSecretStore
      v: v1
  lastAppliedRevision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
  lastAttemptedRevision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
  lastHandledReconcileAt: "2026-07-21T19:01:48.642488+08:00"
  observedGeneration: 1
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  annotations:
    reconcile.fluxcd.io/requestedAt: "2026-07-21T19:01:52.515524+08:00"
  creationTimestamp: "2026-07-21T10:13:04Z"
  finalizers:
  - finalizers.fluxcd.io
  generation: 1
  labels:
    kustomize.toolkit.fluxcd.io/name: flux-system
    kustomize.toolkit.fluxcd.io/namespace: flux-system
  name: platform-controllers
  namespace: flux-system
  resourceVersion: "19469"
  uid: 5a5475b4-b285-4594-9b9f-37e821e19e89
spec:
  force: false
  interval: 5m
  path: ./platform/controllers/dev
  prune: true
  retryInterval: 1m
  sourceRef:
    kind: GitRepository
    name: flux-system
  timeout: 10m
  wait: true
status:
  conditions:
  - lastTransitionTime: "2026-07-21T11:07:08Z"
    message: 'Applied revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad'
    observedGeneration: 1
    reason: ReconciliationSucceeded
    status: "True"
    type: Ready
  - lastTransitionTime: "2026-07-21T11:07:07Z"
    message: Health check passed in 36.851932ms
    observedGeneration: 1
    reason: Succeeded
    status: "True"
    type: Healthy
  events:
  - lastTimestamp: "2026-07-21T10:13:05Z"
    message: |-
      Namespace/external-secrets created
      HelmRelease/external-secrets/external-secrets created
      HelmRepository/flux-system/external-secrets created
    type: Normal
  - lastTimestamp: "2026-07-21T10:13:45Z"
    message: Health check passed in 40.059543373s
    type: Normal
  history:
  - digest: sha256:bebfd0b0072817336041149e973d2825bddfdb28778d1db3e4df2f180ada02b4
    firstReconciled: "2026-07-21T10:13:45Z"
    lastReconciled: "2026-07-21T11:07:08Z"
    lastReconciledDuration: 303.702954ms
    lastReconciledStatus: ReconciliationSucceeded
    metadata:
      revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
    totalReconciliations: 16
  inventory:
    entries:
    - id: _external-secrets__Namespace
      v: v1
    - id: external-secrets_external-secrets_helm.toolkit.fluxcd.io_HelmRelease
      v: v2
    - id: flux-system_external-secrets_source.toolkit.fluxcd.io_HelmRepository
      v: v1
  lastAppliedRevision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
  lastAttemptedRevision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
  lastHandledReconcileAt: "2026-07-21T19:01:52.515524+08:00"
  observedGeneration: 1

⚠️ truncated at capture — 17,796 bytes originally

#12sweeprecent-deploysflux-operator-mcp/get_kubernetes_resourcesok

reproduce: flux -n flux-system get sources git

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
  annotations:
    kustomize.toolkit.fluxcd.io/prune: Disabled
    kustomize.toolkit.fluxcd.io/ssa: Ignore
    reconcile.fluxcd.io/requestedAt: "2026-07-21T19:00:26.173403+08:00"
  creationTimestamp: "2026-07-21T10:12:52Z"
  finalizers:
  - finalizers.fluxcd.io
  generation: 1
  labels:
    app.kubernetes.io/instance: flux-system
    app.kubernetes.io/managed-by: flux-operator
    app.kubernetes.io/part-of: flux
    app.kubernetes.io/version: v2.9.2
    fluxcd.controlplane.io/name: flux
    fluxcd.controlplane.io/namespace: flux-system
  name: flux-system
  namespace: flux-system
  resourceVersion: "17512"
  uid: 0b4d64bd-1e60-400a-a023-91e5abdea2a3
spec:
  interval: 1m0s
  ref:
    name: refs/heads/main
  secretRef:
    name: flux-system
  timeout: 60s
  url: ssh://git@github.com/shopfront-hq/gitops.git
status:
  artifact:
    digest: sha256:2a24570e608be4dac3b85ca95eb06a1f2fe6b03d2db96227cc4472ed9f5ce4cd
    lastUpdateTime: "2026-07-21T11:00:27Z"
    path: gitrepository/flux-system/flux-system/eefe245a5015d13d9ec9be2c64622ba265abf9ad.tar.gz
    revision: refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad
    size: 25813
    url: http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/flux-system/eefe245a5015d13d9ec9be2c64622ba265abf9ad.tar.gz
  conditions:
  - lastTransitionTime: "2026-07-21T11:00:27Z"
    message: stored artifact for revision 'refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad'
    observedGeneration: 1
    reason: Succeeded
    status: "True"
    type: Ready
  - lastTransitionTime: "2026-07-21T11:00:27Z"
    message: stored artifact for revision 'refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad'
    observedGeneration: 1
    reason: Succeeded
    status: "True"
    type: ArtifactInStorage
  events:
  - lastTimestamp: "2026-07-21T10:13:01Z"
    message: 'stored artifact for commit ''docs: annotate the gp3 StorageClass and
      webhook Ex...'''
    type: Normal
  - lastTimestamp: "2026-07-21T10:38:13Z"
    message: 'no changes since last reconciliation: observed revision ''refs/heads/main@sha1:9b4fa81b249469377ff08048305bd947e285c66a'''
    type: Normal
  - lastTimestamp: "2026-07-21T10:39:12Z"
    message: 'stored artifact for commit ''docs: note how to force a reconcile (#101)'''
    type: Normal
  - lastTimestamp: "2026-07-21T10:39:16Z"
    message: garbage collected 1 artifacts
    type: Normal
  - lastTimestamp: "2026-07-21T10:48:15Z"
    message: 'no changes since last reconciliation: observed revision ''refs/heads/main@sha1:9de0e3ba43ba9a578e4578e2b00a1691fed71ad3'''
    type: Normal
  - lastTimestamp: "2026-07-21T10:58:01Z"
    message: 'no changes since last reconciliation: observed revision ''refs/heads/main@sha1:68332d1f5f5dbb2d4ea59de499f2803f722b8b20'''
    type: Normal
  - lastTimestamp: "2026-07-21T11:03:21Z"
    message: 'no changes since last reconciliation: observed revision ''refs/heads/main@sha1:eefe245a5015d13d9ec9be2c64622ba265abf9ad'''
    type: Normal
  lastHandledReconcileAt: "2026-07-21T19:00:26.173403+08:00"
  observedGeneration: 1
#13sweepdeploy-prsgithub-mcp/get_commitok

reproduce: gh api repos/shopfront-hq/gitops/commits/eefe245a5015d13d9ec9be2c64622ba265abf9ad

{"sha":"eefe245a5015d13d9ec9be2c64622ba265abf9ad","html_url":"https://github.com/shopfront-hq/gitops/commit/eefe245a5015d13d9ec9be2c64622ba265abf9ad","commit":{"message":"docs: note the secrets projection pattern (#105)","author":{"name":"Barron Joshua Volante","email":"volantebjb@gmail.com","date":"2026-07-21T11:00:17Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2026-07-21T11:00:17Z"}},"author":{"login":"volantebjb","id":58124878,"profile_url":"https://github.com/volantebjb","avatar_url":"https://avatars.githubusercontent.com/u/58124878?v=4"},"committer":{"login":"web-flow","id":19864447,"profile_url":"https://github.com/web-flow","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4"},"stats":{"additions":8,"total":8},"files":[{"filename":"README.md","status":"modified","additions":8,"changes":8}]}
#14sweepdeploy-prsgithub-mcp/get_commitok

reproduce: gh api repos/shopfront-hq/gitops/commits/68332d1f5f5dbb2d4ea59de499f2803f722b8b20

{"sha":"68332d1f5f5dbb2d4ea59de499f2803f722b8b20","html_url":"https://github.com/shopfront-hq/gitops/commit/68332d1f5f5dbb2d4ea59de499f2803f722b8b20","commit":{"message":"docs: note the base-vs-overlay rule for values (#103)","author":{"name":"Barron Joshua Volante","email":"volantebjb@gmail.com","date":"2026-07-21T10:50:47Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2026-07-21T10:50:47Z"}},"author":{"login":"volantebjb","id":58124878,"profile_url":"https://github.com/volantebjb","avatar_url":"https://avatars.githubusercontent.com/u/58124878?v=4"},"committer":{"login":"web-flow","id":19864447,"profile_url":"https://github.com/web-flow","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4"},"stats":{"additions":8,"total":8},"files":[{"filename":"README.md","status":"modified","additions":8,"changes":8}]}
#15sweepdeploy-prsgithub-mcp/pull_request_readok

reproduce: gh pr view 105 --repo shopfront-hq/gitops

{"number":105,"title":"docs: note the secrets projection pattern","body":"Secrets come from Secrets Manager via ESO; a git-defined placeholder would flap against ESO\u0026#39;s ownership.","state":"closed","draft":false,"merged":true,"mergeable_state":"unknown","html_url":"https://github.com/shopfront-hq/gitops/pull/105","user":{"login":"volantebjb","id":58124878,"profile_url":"https://github.com/volantebjb","avatar_url":"https://avatars.githubusercontent.com/u/58124878?v=4"},"merged_by":"volantebjb","head":{"ref":"docs-secrets-note","sha":"0d1a24a2b9e89aa4ae2582a9445406511ff1dc50","repo":{"full_name":"shopfront-hq/gitops","description":"Demo customer gitops (investigated by Keryx)"}},"base":{"ref":"main","sha":"68332d1f5f5dbb2d4ea59de499f2803f722b8b20","repo":{"full_name":"shopfront-hq/gitops","description":"Demo customer gitops (investigated by Keryx)"}},"additions":8,"changed_files":1,"commits":1,"created_at":"2026-07-21T10:57:36Z","updated_at":"2026-07-21T11:00:21Z","closed_at":"2026-07-21T11:00:18Z","merged_at":"2026-07-21T11:00:18Z"}
#16sweepdeploy-prsgithub-mcp/pull_request_readok

reproduce: gh pr view 103 --repo shopfront-hq/gitops

{"number":103,"title":"docs: note the base-vs-overlay rule for values","body":"Writes down the test for whether a value belongs in a base or an overlay: would a second cluster want the same value?","state":"closed","draft":false,"merged":true,"mergeable_state":"unknown","html_url":"https://github.com/shopfront-hq/gitops/pull/103","user":{"login":"volantebjb","id":58124878,"profile_url":"https://github.com/volantebjb","avatar_url":"https://avatars.githubusercontent.com/u/58124878?v=4"},"merged_by":"volantebjb","head":{"ref":"docs-overlay-2","sha":"69e9a177b872f6d47a0bc44fd6f610e05168cefb","repo":{"full_name":"shopfront-hq/gitops","description":"Demo customer gitops (investigated by Keryx)"}},"base":{"ref":"main","sha":"9de0e3ba43ba9a578e4578e2b00a1691fed71ad3","repo":{"full_name":"shopfront-hq/gitops","description":"Demo customer gitops (investigated by Keryx)"}},"additions":8,"changed_files":1,"commits":1,"created_at":"2026-07-21T10:50:31Z","updated_at":"2026-07-21T10:50:51Z","closed_at":"2026-07-21T10:50:47Z","merged_at":"2026-07-21T10:50:47Z"}
#17hypothesisprometheus-mcp/execute_range_queryerror

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"histogram_quantile(0.95, sum(rate(http_request_duration_seconds_bucket{namespace=\"shopfront\"}[5m])) by (le)","start":"2026-07-21T10:52:00Z","step":"30s"}

Error calling tool 'execute_range_query': 400 Client Error: Bad Request for url: http://kube-prometheus-stack-prometheus.monitoring.svc:9090/api/v1/query_range?query=histogram_quantile%280.95%2C+sum%28rate%28http_request_duration_seconds_bucket%7Bnamespace%3D%22shopfront%22%7D%5B5m%5D%29%29+by+%28le%29&start=2026-07-21T10%3A52%3A00Z&end=2026-07-21T11%3A07%3A56Z&step=30s
#18hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[{"metric":{"container":"node-exporter","endpoint":"http-metrics","instance":"172.31.16.28:9100","job":"node-exporter","namespace":"monitoring","pod":"kube-prometheus-stack-prometheus-node-exporter-t9nt7","service":"kube-prometheus-stack-prometheus-node-exporter"},"values":[[1784631120,"0.7890638238415597"],[1784631150,"0.7964510765138926"],[1784631180,"0.7955126509086476"],[1784631210,"0.7951323754851918"],[1784631240,"0.7952413795153681"],[1784631270,"0.7981896907952042"],[1784631300,"0.7980355987343641"],[1784631330,"0.7986710426830054"],[1784631360,"0.7980209822848632"],[1784631390,"0.7957311544418647"],[1784631420,"0.7945160072418314"],[1784631450,"0.7955399019161917"],[1784631480,"0.7962303433527856"],[1784631510,"0.7956957281320574"],[1784631540,"0.7955802829546434"],[1784631570,"0.7972641474844347"],[1784631600,"0.7972931326470043"],[1784631630,"0.7962635400347029"],[1784631660,"0.7968377930845861"],[1784631690,"0.7970976686019837"],[1784631720,"0.7907999607585492"],[1784631750,"0.7902222393986148"],[1784631780,"0.7903530442348264"],[1784631810,"0.787819939215389"],[1784631840,"0.7876051517286553"],[1784631870,"0.7901107580041163"],[1784631900,"0.7892543331579359"],[1784631930,"0.7874357000090176"],[1784631960,"0.7863699378776122"],[1784631990,"0.7865933961394737"],[1784632020,"0.7835343466744357"],[1784632050,"0.7829477068029416"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=node_memory_MemAvailable_bytes+%2F+node_memory_MemTotal_bytes&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=30s","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#19hypothesisflux-operator-mcp/get_kubernetes_resourcesok

reproduce: flux-operator-mcp/get_kubernetes_resources {"apiVersion":"helm.toolkit.fluxcd.io/v2","kind":"HelmRelease","name":"shopfront","namespace":"shopfront"}

---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  creationTimestamp: "2026-07-21T10:16:05Z"
  finalizers:
  - finalizers.fluxcd.io
  generation: 1
  labels:
    kustomize.toolkit.fluxcd.io/name: apps
    kustomize.toolkit.fluxcd.io/namespace: flux-system
  name: shopfront
  namespace: shopfront
  resourceVersion: "19628"
  uid: c23899ae-f038-4d3d-b2ce-d3f8bf523b8f
spec:
  chartRef:
    kind: OCIRepository
    name: shopfront
  install:
    remediation:
      retries: -1
  interval: 1m
  timeout: 5m
  upgrade:
    remediation:
      retries: -1
  values:
    env:
      appMode: dev
      dbPoolSize: "10"
      paymentsProviderUrl: ""
      sessionBlobKb: "16"
      sessionCacheMaxEntries: "1024"
    image:
      repository: 860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront
      tag: 987c923
    loadGenerator:
      concurrency: 10
      enabled: true
    postgres:
      replicas: 1
    replicas: 1
    resources:
      limits:
        memory: 128Mi
      requests:
        cpu: 100m
        memory: 128Mi
status:
  conditions:
  - lastTransitionTime: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    observedGeneration: 1
    reason: InstallSucceeded
    status: "True"
    type: Ready
  - lastTransitionTime: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    observedGeneration: 1
    reason: InstallSucceeded
    status: "True"
    type: Released
  events:
  - lastTimestamp: "2026-07-21T10:16:32Z"
    message: Helm install succeeded for release shopfront/shopfront.v1 with chart
      shopfront@0.3.0+5b0fb5c0b363
    type: Normal
  history:
  - action: install
    apiVersion: v2
    appVersion: 0.1.0
    chartName: shopfront
    chartVersion: 0.3.0+5b0fb5c0b363
    configDigest: sha256:dcebbb63cb3f78b26ac6b7ea0093d3a8e3bbd2eb08fa889f6c290ab33764ee78
    digest: sha256:46e64e0b431db71dd19a22467a55413a2bc73d671917bdf8809d0fc3beefa0f2
    firstDeployed: "2026-07-21T10:16:06Z"
    lastDeployed: "2026-07-21T10:16:06Z"
    name: shopfront
    namespace: shopfront
    ociDigest: sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492
    status: deployed
    version: 1
  inventory:
    entries:
    - id: shopfront_shopfront-postgres-seed__ConfigMap
      v: v1
    - id: shopfront_shopfront__Service
      v: v1
    - id: shopfront_shopfront-postgres__Service
      v: v1
    - id: shopfront_shopfront_apps_Deployment
      v: v1
    - id: shopfront_shopfront-postgres_apps_StatefulSet
      v: v1
    - id: shopfront_shopfront_monitoring.coreos.com_PrometheusRule
      v: v1
    - id: shopfront_shopfront_monitoring.coreos.com_ServiceMonitor
      v: v1
  lastAttemptedConfigDigest: sha256:dcebbb63cb3f78b26ac6b7ea0093d3a8e3bbd2eb08fa889f6c290ab33764ee78
  lastAttemptedGeneration: 1
  lastAttemptedReleaseAction: install
  lastAttemptedReleaseActionDuration: 25.897081233s
  lastAttemptedRevision: 0.3.0+5b0fb5c0b363
  lastAttemptedRevisionDigest: sha256:5b0fb5c0b363017effad1df1f5b25bd6e84e667b038fa44701532e09f8440492
  observedGeneration: 1
  storageNamespace: shopfront
#20hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"histogram_quantile(0.95, rate(http_request_duration_seconds_bucket{namespace=\"shopfront\"}[5m]))","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[{"metric":{"container":"shopfront","endpoint":"http","instance":"172.31.19.53:3000","job":"shopfront","method":"GET","namespace":"shopfront","pod":"shopfront-685888c7d-s9m68","route":"/","service":"shopfront"},"values":[[1784631120,"0.243007840342124"],[1784631150,"0.24168299373040752"],[1784631180,"0.23967420212765958"],[1784631210,"0.2370923076923077"],[1784631240,"0.23320652173913045"],[1784631270,"0.22807268722466956"],[1784631300,"0.21962078651685393"],[1784631330,"0.20574999999999982"],[1784631360,"0.17366182572614106"],[1784631390,"0.02430249110320284"],[1784631420,"0.022293067226890756"],[1784631450,"0.022409045226130655"],[1784631480,"0.022336391437308863"],[1784631510,"0.022336724313326548"],[1784631540,"0.022426745329400193"],[1784631570,"0.02244931773879142"],[1784631600,"0.022488571428571424"],[1784631630,"0.02258193668528864"],[1784631660,"0.022596296296296295"],[1784631690,"0.022631340579710148"],[1784631720,"0.02451576805696846"],[1784631750,"0.1768227091633466"],[1784631780,"0.20615822784810123"],[1784631810,"0.2199584870848708"],[1784631840,"0.22780567685589517"],[1784631870,"0.2330845323741007"],[1784631900,"0.23664877300613493"],[1784631930,"0.23928475935828875"],[1784631960,"0.2413248031496063"],[1784631990,"0.24260273972602742"],[1784632020,"0.24260281385281385"],[1784632050,"0.242808887283237"]]},{"metric":{"container":"shopfront","endpoint":"http","instance":"172.31.19.53:3000","job":"shopfront","method":"GET","namespace":"shopfront","pod":"shopfront-685888c7d-s9m68","route":"/api/products","service":"shopfront"},"values":[[1784631120,"0.24270362918054486"],[1784631150,"0.2427777906264093"],[1784631180,"0.24273574117155028"],[1784631210,"0.2427401500090367"],[1784631240,"0.24271249289469943"],[1784631270,"0.24271413241415193"],[1784631300,"0.24260857253363538"],[1784631330,"0.24239012975153154"],[1784631360,"0.24187522752093188"],[1784631390,"0.24056534622582654"],[1784631420,"0.004955395403194391"],[178463145…[+3791 chars]
#21hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"container_memory_working_set_bytes{namespace=\"shopfront\",pod=~\"shopfront.*\",container!=\"postgres\"}","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[{"metric":{"__name__":"container_memory_working_set_bytes","container":"load-generator","endpoint":"https-metrics","id":"/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod2cdf0f76_77cf_469c_9ad0_2569ebf51fc8.slice/cri-containerd-2acc693977522aae9a73fad15c7bec449605c5d7add794ec363e18e67f9ba253.scope","image":"docker.io/curlimages/curl:8.14.1","instance":"172.31.16.28:10250","job":"kubelet","metrics_path":"/metrics/cadvisor","name":"2acc693977522aae9a73fad15c7bec449605c5d7add794ec363e18e67f9ba253","namespace":"shopfront","node":"ip-172-31-16-28.us-east-2.compute.internal","pod":"shopfront-685888c7d-s9m68","service":"kube-prometheus-stack-kubelet"},"values":[[1784631120,"8359936"],[1784631150,"3502080"],[1784631180,"8077312"],[1784631210,"4390912"],[1784631240,"6152192"],[1784631270,"3563520"],[1784631300,"4714496"],[1784631330,"3489792"],[1784631360,"5902336"],[1784631390,"3522560"],[1784631420,"6594560"],[1784631450,"3506176"],[1784631480,"3543040"],[1784631510,"4964352"],[1784631540,"3674112"],[1784631570,"5062656"],[1784631600,"6230016"],[1784631630,"3833856"],[1784631660,"3514368"],[1784631690,"7925760"],[1784631720,"5697536"],[1784631750,"6795264"],[1784631780,"8880128"],[1784631810,"10076160"],[1784631840,"6975488"],[1784631870,"13393920"],[1784631900,"8896512"],[1784631930,"4513792"],[1784631960,"9138176"],[1784631990,"10960896"],[1784632020,"7692288"],[1784632050,"9891840"]]},{"metric":{"__name__":"container_memory_working_set_bytes","container":"shopfront","endpoint":"https-metrics","id":"/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod2cdf0f76_77cf_469c_9ad0_2569ebf51fc8.slice/cri-containerd-bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02.scope","image":"860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923","instance":"172.31.16.28:10250","job":"kubelet","metrics_path":"/metrics/cadvisor","name":"bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02","namespace…[+6543 chars]
#22hypothesiskubernetes-mcp-server/resources_getok

reproduce: kubernetes-mcp-server/resources_get {"apiVersion":"apps/v1","kind":"Deployment","name":"shopfront","namespace":"shopfront"}

apiVersion: apps/v1
kind: Deployment
metadata:
  annotations:
    deployment.kubernetes.io/revision: "1"
    meta.helm.sh/release-name: shopfront
    meta.helm.sh/release-namespace: shopfront
  creationTimestamp: "2026-07-21T10:16:07Z"
  generation: 1
  labels:
    app.kubernetes.io/instance: shopfront
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: shopfront
    helm.toolkit.fluxcd.io/name: shopfront
    helm.toolkit.fluxcd.io/namespace: shopfront
  name: shopfront
  namespace: shopfront
  resourceVersion: "5087"
  uid: b8a7c251-2346-4c23-9520-2321b1f52ddc
spec:
  progressDeadlineSeconds: 600
  replicas: 1
  revisionHistoryLimit: 10
  selector:
    matchLabels:
      app.kubernetes.io/name: shopfront
  strategy:
    rollingUpdate:
      maxSurge: 25%
      maxUnavailable: 25%
    type: RollingUpdate
  template:
    metadata:
      creationTimestamp: null
      labels:
        app.kubernetes.io/instance: shopfront
        app.kubernetes.io/name: shopfront
    spec:
      containers:
      - env:
        - name: DATABASE_URL
          value: postgres://shopfront:shopfront-demo@shopfront-postgres:5432/shopfront
        - name: APP_MODE
          value: dev
        - name: DB_POOL_SIZE
          value: "10"
        - name: SESSION_CACHE_MAX_ENTRIES
          value: "1024"
        - name: SESSION_BLOB_KB
          value: "16"
        image: 860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923
        imagePullPolicy: IfNotPresent
        livenessProbe:
          failureThreshold: 3
          httpGet:
            path: /api/healthz
            port: http
            scheme: HTTP
          initialDelaySeconds: 5
          periodSeconds: 10
          successThreshold: 1
          timeoutSeconds: 5
        name: shopfront
        ports:
        - containerPort: 3000
          name: http
          protocol: TCP
        readinessProbe:
          failureThreshold: 3
          httpGet:
            path: /api/readyz
            port: http
            scheme: HTTP
          initialDelaySeconds: 5
          periodSeconds: 5
          successThreshold: 1
          timeoutSeconds: 5
        resources:
          limits:
            memory: 128Mi
          requests:
            cpu: 100m
            memory: 128Mi
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
      - args:
        - |
          sleep 15
          rand() { od -An -N2 -tu2 /dev/urandom | tr -d ' '; }
          worker() {
            while true; do
              curl -so /dev/null "http://localhost:3000/"
              curl -so /dev/null "http://localhost:3000/products/$(( $(rand) % 50 + 1 ))"
              curl -so /dev/null "http://localhost:3000/api/products"
              if [ $(( $(rand) % 5 )) -eq 0 ]; then
                curl -so /dev/null -X POST "http://localhost:3000/api/orders" \
                  -H 'content-type: application/json' \
                  -d "{\"product_id\": $(( $(rand) % 50 + 1 )), \"quantity\": 1}"
              fi
              sleep 1
            done
          }
          i=0
          while [ $i -lt 10 ]; do
            worker &
            i=$((i + 1))
          done
          wait
        command:
        - /bin/sh
        - -c
        image: curlimages/curl:8.14.1
        imagePullPolicy: IfNotPresent
        name: load-generator
        resources:
          limits:
            memory: 64Mi
          requests:
            cpu: 20m
            memory: 32Mi
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
      dnsPolicy: ClusterFirst
      restartPolicy: Always
      schedulerName: default-scheduler
      securityContext: {}
      terminationGracePeriodSeconds: 30
status:
  availableReplicas: 1
  conditions:
  - lastTransitionTime: "2026-07-21T10:16:28Z"
    lastUpdateTime: "2026-07-21T10:16:28Z"
    message: Deployment has minimum availability.
    reason: MinimumReplicasAvailable
    status: "True"
    type: Available
  - lastTransitionTime: "2026-07-21T10:16:07Z"
    lastUpdateTime: "2026-07-21T10:16:28Z"
    message: ReplicaSet "shopfront-685888c7d" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  observedGeneration: 1
  readyReplicas: 1
  replicas: 1
  updatedReplicas: 1
#23hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"container_memory_working_set_bytes{namespace=\"shopfront\",pod=\"shopfront-685888c7d-s9m68\",container=\"shopfront\"}","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[{"metric":{"__name__":"container_memory_working_set_bytes","container":"shopfront","endpoint":"https-metrics","id":"/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod2cdf0f76_77cf_469c_9ad0_2569ebf51fc8.slice/cri-containerd-bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02.scope","image":"860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923","instance":"172.31.16.28:10250","job":"kubelet","metrics_path":"/metrics/cadvisor","name":"bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02","namespace":"shopfront","node":"ip-172-31-16-28.us-east-2.compute.internal","pod":"shopfront-685888c7d-s9m68","service":"kube-prometheus-stack-kubelet"},"values":[[1784631120,"102952960"],[1784631150,"101306368"],[1784631180,"101289984"],[1784631210,"101523456"],[1784631240,"101990400"],[1784631270,"101654528"],[1784631300,"101912576"],[1784631330,"102297600"],[1784631360,"101662720"],[1784631390,"101531648"],[1784631420,"101580800"],[1784631450,"102023168"],[1784631480,"102141952"],[1784631510,"101679104"],[1784631540,"101847040"],[1784631570,"101752832"],[1784631600,"101752832"],[1784631630,"101806080"],[1784631660,"101654528"],[1784631690,"101806080"],[1784631720,"103317504"],[1784631750,"102154240"],[1784631780,"102854656"],[1784631810,"102715392"],[1784631840,"102744064"],[1784631870,"102477824"],[1784631900,"102236160"],[1784631930,"102260736"],[1784631960,"102674432"],[1784631990,"102137856"],[1784632020,"103120896"],[1784632050,"102727680"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=container_memory_working_set_bytes%7Bnamespace%3D%22shopfront%22%2Cpod%3D%22shopfront-685888c7d-s9m68%22%2Ccontainer%3D%22shopfront%22%7D&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=30s","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#24hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"rate(container_cpu_usage_seconds_total{namespace=\"shopfront\",pod=\"shopfront-685888c7d-s9m68\",container=\"shopfront\"}[5m])","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[{"metric":{"container":"shopfront","cpu":"total","endpoint":"https-metrics","id":"/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod2cdf0f76_77cf_469c_9ad0_2569ebf51fc8.slice/cri-containerd-bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02.scope","image":"860668857116.dkr.ecr.us-east-2.amazonaws.com/shopfront:987c923","instance":"172.31.16.28:10250","job":"kubelet","metrics_path":"/metrics/cadvisor","name":"bbb51f86525adbc1e6390485d17d6b8fbcc1e93aada4e23a1c1b076348befa02","namespace":"shopfront","node":"ip-172-31-16-28.us-east-2.compute.internal","pod":"shopfront-685888c7d-s9m68","service":"kube-prometheus-stack-kubelet"},"values":[[1784631120,"1.3141562100611583"],[1784631150,"1.215318462300066"],[1784631180,"1.1260696106405554"],[1784631210,"1.017243351521664"],[1784631240,"0.9132582892848461"],[1784631270,"0.8209065956261318"],[1784631300,"0.7310049417854282"],[1784631330,"0.6197473010490159"],[1784631360,"0.5205855305832955"],[1784631390,"0.422813533834587"],[1784631420,"0.3371660443055713"],[1784631450,"0.33510683622027987"],[1784631480,"0.3341701460903261"],[1784631510,"0.33395965833857894"],[1784631540,"0.33417281499091056"],[1784631570,"0.33307082903026786"],[1784631600,"0.3305940556769905"],[1784631630,"0.33126434609646965"],[1784631660,"0.3305354197432307"],[1784631690,"0.33113633474613446"],[1784631720,"0.39153072913337716"],[1784631750,"0.5120992350496792"],[1784631780,"0.6081532153160686"],[1784631810,"0.651428334673828"],[1784631840,"0.8092446948450853"],[1784631870,"0.9187908629329481"],[1784631900,"1.0285670857236462"],[1784631930,"1.1447446454286814"],[1784631960,"1.215106859933168"],[1784631990,"1.3185391507021411"],[1784632020,"1.3189936419233899"],[1784632050,"1.3192659454228077"]]}],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=rate%28container_cpu_usage_seconds_total%7Bnamespace%3D%22shopfront%22%2Cpod%3D%22shopfront-685888c7d-s9m68%22%2Cc…[+193 chars]
#25hypothesismcp-grafana/query_loki_logsok

reproduce: mcp-grafana/query_loki_logs {"datasourceUid":"loki","endRfc3339":"2026-07-21T11:07:56Z","limit":50,"logql":"{namespace=\"shopfront\",pod=\"shopfront-685888c7d-s9m68\",container=\"shopfront\"} |~ \"memory|OOM|kill\"","startRfc3339":"2026-07-21T10:52:00Z"}

{"data":[],"hints":{"summary":"The Loki query returned no log entries for the specified time range.","possibleCauses":["The stream selector labels may not match any log streams","No logs were ingested during the specified time range","The filter expression may be too restrictive","The label values in the selector may be misspelled or incorrect","Line filter expressions may be filtering out all matching logs"],"suggestedActions":["Use list_loki_label_names to verify available labels","Use list_loki_label_values to check values for specific labels","Use query_loki_stats to check if logs exist for the stream selector","Try expanding the time range to see if logs exist in a different period","Try removing pipeline stages to see if the base stream selector matches any logs"],"debug":{"timeRange":"2026-07-21T10:52:00Z to 2026-07-21T11:07:56Z"}},"metadata":{"linesReturned":0,"maxLinesAllowed":50,"resultsTruncated":false,"totalLinesScanned":150166,"startTime":"2026-07-21T10:52:00Z","endTime":"2026-07-21T11:07:56Z"}}
#26hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"container_memory_working_set_bytes{namespace=\"shopfront\",pod=\"shopfront-685888c7d-s9m68\",container=\"shopfront\"} > 134217728","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=container_memory_working_set_bytes%7Bnamespace%3D%22shopfront%22%2Cpod%3D%22shopfront-685888c7d-s9m68%22%2Ccontainer%3D%22shopfront%22%7D+%3E+134217728&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=30s","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#27hypothesisprometheus-mcp/execute_range_queryok

reproduce: prometheus-mcp/execute_range_query {"end":"2026-07-21T11:07:56Z","query":"histogram_quantile(0.95, rate(http_request_duration_seconds_bucket{namespace=\"shopfront\",route=\"/\"}[5m])) > 1","start":"2026-07-21T10:52:00Z","step":"30s"}

{"resultType":"matrix","result":[],"links":[{"href":"http://kube-prometheus-stack-prometheus.monitoring.svc:9090/graph?g0.expr=histogram_quantile%280.95%2C+rate%28http_request_duration_seconds_bucket%7Bnamespace%3D%22shopfront%22%2Croute%3D%22%2F%22%7D%5B5m%5D%29%29+%3E+1&g0.tab=0&g0.range_input=2026-07-21T10%3A52%3A00Z+to+2026-07-21T11%3A07%3A56Z&g0.step_input=30s","rel":"prometheus-ui","title":"View in Prometheus UI"}]}
#28hypothesismcp-grafana/query_loki_logsok

reproduce: mcp-grafana/query_loki_logs {"datasourceUid":"loki","endRfc3339":"2026-07-21T11:07:56Z","limit":50,"logql":"{namespace=\"shopfront\",pod=\"shopfront-685888c7d-s9m68\",container=\"shopfront\"} | json | level >= 40","startRfc3339":"2026-07-21T10:52:00Z"}

{"data":[],"hints":{"summary":"The Loki query returned no log entries for the specified time range.","possibleCauses":["The stream selector labels may not match any log streams","No logs were ingested during the specified time range","The filter expression may be too restrictive","The label values in the selector may be misspelled or incorrect","Log parsing may fail if logs are not in the expected format"],"suggestedActions":["Use list_loki_label_names to verify available labels","Use list_loki_label_values to check values for specific labels","Use query_loki_stats to check if logs exist for the stream selector","Try expanding the time range to see if logs exist in a different period","Try removing pipeline stages to see if the base stream selector matches any logs"],"debug":{"timeRange":"2026-07-21T10:52:00Z to 2026-07-21T11:07:56Z"}},"metadata":{"linesReturned":0,"maxLinesAllowed":50,"resultsTruncated":false,"totalLinesScanned":240851,"startTime":"2026-07-21T10:52:00Z","endTime":"2026-07-21T11:07:56Z"}}

Source: core-api/results/snapshots/2026-07-19-gate/C2-run2.json