Pierre Gimalac
Pierre Gimalac
# Regression Detector Results Run ID: 80261521-7624-49f5-8087-346b80f78610 [Metrics dashboard](https://app.datadoghq.com/dashboard/ykh-ua8-vcu/SMP-Regression-Detector-Metrics?fromUser=true&refresh_mode=paused&tpl_var_run-id%5B0%5D=80261521-7624-49f5-8087-346b80f78610&view=spans&from_ts=1729618066000&to_ts=1729618666000&live=false) [Target profiles](https://app.datadoghq.com/profiling/explorer?query=env%3Asingle-machine-performance%20service%3Adatadog-agent%20job_id%3A80261521-7624-49f5-8087-346b80f78610&agg_m=count&agg_m_source=base&agg_t=count&fromUser=false&viz=stream&start=1729610866000&end=1729622266000&paused=true) Baseline: 7.58.0 Comparison: 7-58-1-beta-pgo-smp-profile-py3 Performance changes are noted in the **perf** column of each table: * ✅ = significantly...
Yes splitting the PR or updating more frequently wouldn't have changed the end result, the agent package is almost 50MB bigger for code that we're probably not actively using... If...
I realized that most of my comments are about code from https://github.com/DataDog/datadog-agent/pull/26753 which is already merged, you might want to pull main to remove those commits
Is this component supposed to be imported in the heroku and iot agents ? Also does it need to be imported on Windows ?
Hi @arnavdugar-openai, thanks for opening an issue ! The telemetry endpoint is not made for users to query but rather for the agent itself it use (eg. from some agent...
Hello @arnavdugar-openai, do you have any information to share on your use case for scrapping the telemetry endpoint ?
I randomly stumbled on this issue and I don't know much about your code so I can't guarantee it's the same thing, but I know `google.golang.org/grpc` (which appears in your...
While I'm here thanks to https://github.com/spf13/cobra/pull/1956, `github.com/spf13/cobra` now doesn't disable DCE by default, so if you can remove the uses of `SetHelpTemplate` and `SetVersionTemplate` then you might be able to...