Hello. I am evaluating the product and want to qui...
# general
r
Hello. I am evaluating the product and want to quickly begin getting metrics on all the sites running on my Windows server 2022 vm in iis. Im really not seeing a full tutorial anywhere that can get me up and running quick. I already have signoz installed using docker standalone on an ubuntu server.
s
The steps are similar to this https://signoz.io/docs/userguide/send-metrics/#enable-a-specific-metric-receiver except you need to use a different receiver https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/iisreceiver. 1. Run the collector-contrib agent on each service machine with issreceiver enabled 2. Configure the agent to use otlp exporter to send data to central signoz instance Once these two steps are done, you should be able to work with metrics from the configured hosts.