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 universal profiling feature requires the host.id to be set for providing accurate CO2 and cost estimates.
For this reason, the profiling host agent sends the host.id via the domain socket to the apm-agent.
In addition elastic/apm-data#246 added support for receiving the host.id via IntakeV2 metadata.
Therefore we should take the host.id received from the profiler and send it as metadata.
Note that the profiler might initiate the correlation a while after the agent has already started. Therefore we will need to be able update the cached metadata to include the host.id.
The text was updated successfully, but these errors were encountered:
The universal profiling feature requires the
host.id
to be set for providing accurate CO2 and cost estimates.For this reason, the profiling host agent sends the
host.id
via the domain socket to the apm-agent.In addition elastic/apm-data#246 added support for receiving the
host.id
via IntakeV2 metadata.Therefore we should take the
host.id
received from the profiler and send it as metadata.Note that the profiler might initiate the correlation a while after the agent has already started. Therefore we will need to be able update the cached metadata to include the
host.id
.The text was updated successfully, but these errors were encountered: