I'm attempting to build the following sample application for remote storage:

https://github.com/prometheus/prometheus/blob/release-2.33/documentation/examples/remote_storage/example_write_adapter/server.go

Although when initializing my mod file and attempting to run "go mod tidy", 
I always get the following error:

github.com/hartfordfive/prom-remote-storage-example imports
        github.com/prometheus/prometheus/storage/remote imports
        github.com/prometheus/prometheus/config imports
        github.com/prometheus/prometheus/discovery/config imports
        github.com/prometheus/prometheus/discovery/azure imports
        github.com/Azure/azure-sdk-for-go/arm/compute: module 
github.com/Azure/azure-sdk-for-go@latest found (v62.0.0+incompatible), but 
does not contain package github.com/Azure/azure-sdk-for-go/arm/compute
github.com/hartfordfive/prom-remote-storage-example imports
        github.com/prometheus/prometheus/storage/remote imports
        github.com/prometheus/prometheus/config imports
        github.com/prometheus/prometheus/discovery/config imports
        github.com/prometheus/prometheus/discovery/azure imports
        github.com/Azure/azure-sdk-for-go/arm/network: module 
github.com/Azure/azure-sdk-for-go@latest found (v62.0.0+incompatible), but 
does not contain package github.com/Azure/azure-sdk-for-go/arm/network


Seems like this dependency is missing although I can't seem to solve this.  
 Any help would be appreciated.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/b1ab28e1-98e9-4cef-815c-da0c939a27acn%40googlegroups.com.

Reply via email to