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

Finish Monitor Query Samples for the 7 example scenarios #22541

Closed
joshfree opened this issue Jun 25, 2021 · 1 comment
Closed

Finish Monitor Query Samples for the 7 example scenarios #22541

joshfree opened this issue Jun 25, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Monitor Monitor, Monitor Ingestion, Monitor Query

Comments

@joshfree
Copy link
Member

Tracking issue to ensure Monitor Query Beta-2 includes samples for the following seven (7) scenarios

  1. Get an auth token to talk to the service
  2. Make a simple query to the service "requests | summarize count() by bin(timestamp, 1h)", "timestamp = P1D"
  3. Get the results in tabular form
  4. Get the results in key-value form
  5. Use $batch to run 5 queries in 1 api call
  6. Run a more complex query (demo how to increase server timeout)
  7. Get query statistics (cpu usage / memory / execution time)
@joshfree joshfree added Monitor Monitor, Monitor Ingestion, Monitor Query Client This issue points to a problem in the data-plane of the library. labels Jun 25, 2021
@srnagar
Copy link
Member

srnagar commented Jul 21, 2021

All samples are in Readme and in src/samples. Closing the issue.

@srnagar srnagar closed this as completed Jul 21, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this issue Feb 10, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Monitor Monitor, Monitor Ingestion, Monitor Query
Projects
None yet
Development

No branches or pull requests

2 participants