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
If I see it correctly, we don't need to send host.id any more because it is unset (always "0").
reporter/config.go
31: // HostID is the host ID to be sent to the collection agent.
32: HostID uint64
reporter/otlp_reporter.go
137: // hostID is the unique identifier of the host.
138: hostID string
333: hostID: strconv.FormatUint(cfg.HostID, 10),
471: addAttr(semconv.HostIDKey, r.hostID)
The text was updated successfully, but these errors were encountered:
If I see it correctly, we don't need to send
host.id
any more because it is unset (always "0").The text was updated successfully, but these errors were encountered: