Hi there! Thank you for your response. I have used a document to collect
metrics by opentelemetry collector from node exporter and show it on
skywalking ui but i am not able to get it displayed on SW ui.
https://computingforgeeks.com/install-apache-skywalking-apm-tool-on-linux/
This is the link I followed. Node exporter and otelcol are connected and
can be visualised by grafana but I need to visualise it on SW. Can you
please help me out with this?
the otelcol file i used is

receivers:
  prometheus:
    config:
      scrape_configs:
      - job_name: 'otel-collector'
        scrape_interval: 10s
        static_configs:
        - targets: ['0.0.0.0:8888']
      - job_name: 'vm-monitoring'
        scrape_interval: 10s
        static_configs:
        - targets: ['172.31.55.57:9100']
processors:
  batch:

exporters:
  otlp:
    endpoint: "172.31.26.60:12800" # The OAP Server address
    tls:
      insecure: true
  logging:
    logLevel: debug

service:

  pipelines:
    metrics:
      receivers: [prometheus]
      processors: [batch]
      exporters: [otlp, logging]


Thanks and regards
Rushank

On Fri, Mar 17, 2023 at 1:41 PM Sheng Wu <wu.sheng.841...@gmail.com> wrote:

> The docs are listed on our website
>
> - https://skywalking.apache.org/docs/#SkyWalking
> -
> https://skywalking.apache.org/docs/main/v9.4.0/en/setup/backend/backend-setup/
>
> Usually, we don't follow online meetings requirement, as this costs
> too much. Meanwhile, slack is open if you want to join.
>
> Sheng Wu 吴晟
> Twitter, wusheng1108
>
> Rushank Sambrekar <itsru...@gmail.com> 于2023年3月17日周五 16:06写道:
> >
> > Hi there ! it's Rushank this side. I am currently interested in learning
> > skywalking but the thing is that i am not able to set up or install
> > skywalking and in some cases i am not able to get metrics exported to
> > skywalking UI. I followed a lot of documentation but i am facing some or
> > the other issues.I kindly request you to please have a meeting with me
> and
> > teach me about skywalking as I am really curious to learn it. Any meeting
> > or proper documentation can also be beneficial for me. waiting for your
> > reply.
> > Thanks and Regards,
> > Rushank
>

Reply via email to