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

Add GraphQL operation names in Analytics Operations tab. #2339

Open
MarcoFuykschot opened this issue Nov 26, 2023 · 1 comment
Open

Add GraphQL operation names in Analytics Operations tab. #2339

MarcoFuykschot opened this issue Nov 26, 2023 · 1 comment
Labels
(t) Support Azure Support can assist with the resolution.

Comments

@MarcoFuykschot
Copy link

MarcoFuykschot commented Nov 26, 2023

For REST apis all operations are visible in the Analytics -> OperationTab, for graphql the operation name is dynamic in the request present , It would be great to have is out of the box instead of using policy to trace/metric this in the application insights.

Nice output would be:

Query:  <operationname>   ...... metrics .....
Mutation: <operationname> ....metrics .....
Subscription:  <operationname> .....metrics....

if operation is null or missing a default could be used.

The current default is <api-name>;rev=1 - default in application insights.

@malincrist
Copy link
Member

hello @MarcoFuykschot , this issue doesn't seem to be specific to developer portal.
Please contact Azure support for assistance.

@malincrist malincrist added the (t) Support Azure Support can assist with the resolution. label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(t) Support Azure Support can assist with the resolution.
Projects
None yet
Development

No branches or pull requests

2 participants