-
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
[receiver/mongodb] database name reported as a datapoint attribute and as a resource attribute #24972
Comments
Pinging code owners for receiver/mongodb: @djaglowski @schmikei. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
…ure gate (#27621) **Description:** Add `receiver.mongodb.removeDatabaseAttr` Alpha feature gate to remove duplicate database name attribute. **Link to tracking Issue:** #24972 **Testing:** make generate make chlog-validate go test for mongodbreceiver Manually tested, built image and manually enabled and disabled this feature gate. This is the warning we publish: > 2023-10-15 17:06:29 2023-10-15T09:06:29.358Z warn mongodbreceiver@v0.86.1-0.20231004185026-b5635a7a90d2/scraper.go:62 Feature gate receiver.mongodb.removeDatabaseAttr is not enabled. Please see the README for more information: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/mongodbreceiver/README.md {"kind": "receiver", "name": "mongodb", "data_type": "metrics"} **Documentation:** --------- Signed-off-by: sakulali <sakulali@126.com>
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Both resource and datapoint attributes are called
database
. One of them should be removed.The text was updated successfully, but these errors were encountered: