wang2024666
wang2024666
> I linked to it, all of our k8s/helm files and scripts are in this folder https://github.com/exceptionless/Exceptionless/tree/main/k8s hi niemyjsi, could we delpoy all-in-one in K8S without helm? we hope to...
@kcq thanks,the --report flag works. even we run with shell include as: docker-slim --report /root/slim.report.json build \ --http-probe=false \ --continue-after=1 \ --include-shell=true \ --include-oslibs-net=true \ --include-ssh-client=true \ ndsmodeler:20240914 the contiainer...
hi Kyle, Yes, the base image is Centos Stream 9. with command: docker-slim --report /root/slim.report.json build \ --http-probe=false \ --continue-after=1 \ --include-shell=true \ --include-bin /usr/bin/bash --include-path /usr/bin \ --include-exe bash...
> @wang2024666 thank you for the report! This looks a bit strange... Definitely need to investigate it more. In the meantime, try using the `--include-bin` and/or `--include-exe` flags. Also try...
谢谢,那detail接口应该如何使用呢? { "[service]": "NDS2d" } 这个请求体应该是查询不到任何数据的,为何还是会返回一条数据呢?
使用这个GET接口查询时,返回的数据如何得到期望的数据呢?比如按照这个请求体, server=NDS2d的,返回的数据都不是这个查询条件的值? 
hi Blake, then we should not call the API or call the job's interface? From: Blake Niemyjski Date: 2024-09-09 21:43 To: exceptionless/Exceptionless CC: wang2024666; Author Subject: Re: [exceptionless/Exceptionless] cann't get...
> api pods just process incoming requests. The event post job is what processes the saved incoming event payload. the post job log shows: [02:50:00 ERR] Job run EventPostsJob failed:...
hi Blake, it is means the API pod and the job pod should share the same folder? From: Blake Niemyjski Date: 2024-09-10 21:33 To: exceptionless/Exceptionless CC: wang2024666; Author Subject: Re:...