-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New component: container processor #33822
Comments
Is the resourcedetectionprocessor not good for this? What would this processor set? |
metadata of docker container, including name, id, labels, etc. |
Those metadata could only be got from Docker API. Maybe it's better to use something similar to |
Sorry, I don't understand. The k8sattributes processor makes requests to the kubernetes API server. The docker resourcedetectionprocessor makes requests to the docker API endpoint. Are you trying to use the kubernetes API server to get container information? |
It uses Docker API. But the |
Is the difference that you only get the hostname right now? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
The purpose and use-cases of the new component
There is now a
k8sattributes processor' that associates data with k8s metadata. But not for normal containers. So I would like to add such a component. The
k8sattributes processor' could perhaps also be maintained as part of this component.#18920 made a similar request but was eventually closed due to lack of response
Example configuration for the component
similar to
k8sattributes processor
, with some fields for accessing container APIs:Telemetry data types supported
traces, metrics, logs
Is this a vendor-specific component?
Code Owner(s)
No response
Sponsor (optional)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: