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

[QUERY] Support for Metadata Endpoint in Azure.Monitor.Query SDK? #47624

Open
mfamphlett opened this issue Dec 20, 2024 · 1 comment
Open

[QUERY] Support for Metadata Endpoint in Azure.Monitor.Query SDK? #47624

mfamphlett opened this issue Dec 20, 2024 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor Monitor, Monitor Ingestion, Monitor Query needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@mfamphlett
Copy link

Library name and version

Azure.Monitor.Query 1.6.0

Query/Question

The MetadataResults model exists in the Azure.Monitor.Query package:

sdk/monitor/Azure.Monitor.Query/src/Generated/Models/MetadataResults.cs

This appears to correspond to the response from the REST endpoint:

GET https://api.loganalytics.io/v1/workspaces/{workspaceId}/metadata

However, I can’t find a way to call this endpoint using the .NET SDK. Does the SDK currently support accessing this data, or is using the REST API the only option?

I would strongly prefer not to mix REST and SDK calls in my application, as it complicates implementation and undermines the benefits of using the SDK. Additionally, it seems logical that this endpoint should be supported, given the presence of the MetadataResults model.

If it’s not currently supported, could it be added in a future release? This would provide a more cohesive and streamlined experience for SDK users.

Thank you for considering this suggestion!

Environment

No response

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor Monitor, Monitor Ingestion, Monitor Query labels Dec 20, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@github-actions github-actions bot added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor Monitor, Monitor Ingestion, Monitor Query needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

2 participants