-
Notifications
You must be signed in to change notification settings - Fork 869
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 support for VM Instance Metadata #982
Labels
Compute - VM
feature-request
This issue requires a new behavior in the product in order be resolved.
Mgmt
This issue is related to a management-plane library.
Milestone
Comments
Hi @jhendrixMSFT - assigning this to you to help figure out considerations such as only running on Azure instances. I believe we're still blocked on a proper spec though. |
No news in nearly two years? |
tigrannajaryan
pushed a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
Mar 3, 2021
Create Azure resource detector for gathering metadata from the [Azure IMDS](https://aka.ms/azureimds). Due to Azure/azure-sdk-for-go#982 we have to query the endpoint manually. **Link to tracking Issue:** Fixes #2326 **Testing:** Added unit tests. Tested end to end with provided sample configuration on an Azure VM.
pmatyjasek-sumo
pushed a commit
to pmatyjasek-sumo/opentelemetry-collector-contrib
that referenced
this issue
Apr 28, 2021
Create Azure resource detector for gathering metadata from the [Azure IMDS](https://aka.ms/azureimds). Due to Azure/azure-sdk-for-go#982 we have to query the endpoint manually. **Link to tracking Issue:** Fixes #2326 **Testing:** Added unit tests. Tested end to end with provided sample configuration on an Azure VM.
@joshgav, as there is still a gap for swagger, please follow up on Azure/azure-rest-api-specs#4408 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Compute - VM
feature-request
This issue requires a new behavior in the product in order be resolved.
Mgmt
This issue is related to a management-plane library.
Add types and methods for querying Instance Metadata.
The text was updated successfully, but these errors were encountered: