You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use subgraph.name attribute not apollo.subgraph.name (#5012)
The DD exporter does some explicit mapping of attributes and was using a
value "apollo.subgraph.name" that the latest versions of the router
don't use. The correct choice is "subgraph.name".
Update the mapping to reflect this change.
### Use subgraph.name attribute not apollo.subgraph.name ([PR #5012](https://github.com/apollographql/router/pull/5012))
2
+
3
+
The Datadog exporter does some explicit mapping of attributes and was using a value "apollo.subgraph.name" that the latest versions of the router don't use. The correct choice is "subgraph.name".
4
+
5
+
This meant that subgraph name mapping did not work correctly in 1.45.0.
6
+
7
+
Update the mapping to reflect the change and fix subgraph name mapping for Datadog.
8
+
9
+
By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/5012
0 commit comments