Skip to content
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

remove private metrics collection APIs #2818

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changelog/cc02c91a476e488ea53c5fc013918a92.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "cc02c91a-476e-488e-a53c-5fc013918a92",
"type": "bugfix",
"description": "Remove private metrics collection APIs. These APIs were annotated at the package level that they should not be used by callers and could be removed at any time. With the release of self-instrumented clients for SDK metrics, this internal code is obsolete.",
"modules": [
"."
]
}
90 changes: 0 additions & 90 deletions aws/middleware/private/metrics/emf/emf.go

This file was deleted.

145 changes: 0 additions & 145 deletions aws/middleware/private/metrics/emf/emf_test.go

This file was deleted.

104 changes: 0 additions & 104 deletions aws/middleware/private/metrics/emf/emf_test_data.go

This file was deleted.

Loading
Loading