Hello @Athira Gopinath(UST,IN),
the Metricscollector module collects metrics from both OS and module and routes (eg. via edgeAgent and edgeHub) and can send these to the cloud (LogAnalytics). The IoT Hub then offers a dashboard with the actual state.
It seems you try to access the routing output of the metricscollector edge module which is normally managed by the edgeHub.
The traffic over the routes is secured.
I have not seen this approach yet.
Can you share with us the documentation of what you are trying to achieve?
Meanwhile, there are two other solutions which give more success, I expect:
- write a customer module yourself, having an input and listening to the metrics collector messages sent over that output. From there you are in control of what to do with it
- Skip the Metricscollector and listen directly to the built-in metrics endpoints.
Let us know if this helps you with your research.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.