how to deploy Open telemetry collector to receive trace/metric data in Azure cloud service

Guan Yingjie 5 Reputation points
2024-02-29T09:44:26.9+00:00

Hi My service is a .NETFramework application which deploy in Azure Cloud Service extend support we would like to use Open telemetry to setup metrics and traces then send these data to third party like Datadog or Sumologic etc so now we are blocked in deploying Open telemetry collector, based on https://opentelemetry.io/docs/collector/deployment/ we can not find a way to deploy collector in Azure to receive the metric and trace of cloud service could you help me with this issur

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 13,071 Reputation points Moderator
    2024-03-01T18:20:39.0833333+00:00

    @Guan Yingjie - Welcome to Microsoft Q&A and thanks for reaching out to us.

    Have you tried creating an Azure Virtual Machine (VM) or use an existing one to deploy OpenTelemetry collector in Azure to receive metrics and traces of your cloud service? If not, try that and see if that helps.

    And then install the OpenTelemetry collector on the VM. You can follow the instructions mentioned in the official documentation of OpenTelemetry for installing the collector.

    Configure the collector to receive metrics and traces from your cloud service. You can use the OpenTelemetry exporters to send the data to third-party services like Datadog or Sumologic.

    Please note that you need to have the necessary permissions to create and configure a VM in Azure. Also, make sure that the VM is in the same region as your cloud service to minimize latency.

    Hope this helps. and please feel free to reach out if you have any further questions.


    If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.