You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the expectation would be that if includeService was defined then only the services in the list would be profiled
This would be a cost savings to customers where they could target a set of services to be profiled as opposed to profiling everything but only having time to fix coding issues in a small number of services.
The text was updated successfully, but these errors were encountered:
ceastman-r7
changed the title
And the ability to target a service for profiling
v2 -- Add the ability to target a service for profiling
Jan 12, 2025
Instead of profiling everything, can we have a configuration where we can specify a list of individual services (regexed) to be profiled
maybe something like:
profiling:
enabled: true
includeService: ["ebpf/default/alliance-toolkit.*"]
the expectation would be that if includeService was defined then only the services in the list would be profiled
This would be a cost savings to customers where they could target a set of services to be profiled as opposed to profiling everything but only having time to fix coding issues in a small number of services.
The text was updated successfully, but these errors were encountered: