Add back support for custom attributes #30
Labels
feature request
Categorizes issue or PR as related to a new feature or enhancement.
triage/in-progress
Issue or PR is in the process of being triaged.
Context
Previous to nri-docker 1.3.3, the fargate sidecar was running with the agent in
NRIA_IS_SECURE_FORWARD_ONLY
mode. This allowed the agent to send custom attributes as entity tags, which then infra platform used to decorate container samples. However, this mode has the side-effect of also creating an entity for the host, which is not something desired in Fargate.With nri-docker 1.3.3 we switched to the
NRIA_IS_FORWARD_ONLY
mode, that does not report anything about the host. However, this also has the side-effect of the agent not decorating samples with almost anything.There is no clear solution for this.
The text was updated successfully, but these errors were encountered: