Skip to content

Commit

Permalink
feat(prometheus): do not export filterReservedResourceAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Oct 7, 2022
1 parent b55cfcf commit fc1e5d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function stringify(
}\n`;
}

export function filterReservedResourceAttributes(resource: Resource): MetricAttributes {
function filterReservedResourceAttributes(resource: Resource): MetricAttributes {
return Object.fromEntries(
Object.entries(resource.attributes)
.filter(([key]) => {
Expand Down

0 comments on commit fc1e5d6

Please sign in to comment.