-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Azure Monitor Logs ingestion #29517
Azure Monitor Logs ingestion #29517
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome! just left a few comments
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Outdated
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/models/UploadLogsOptions.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Outdated
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Outdated
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
...re-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/LogsIngestionAsyncClient.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The versioning and EngSys change in the yml file look fine.
* Initial commit for logs ingestion codegen * test sending logs * update package names * updated api view * updates * samples, docs and tests * more samples and readme docs * update readme * fix tests * make final * address pr comments * fix broken links * address pr comments * update changelog date
This PR is create a new client library for azure-monitor-ingestion client library. This is the first preview of the library that enables sending custom logs to Azure Monitor.