This message was deleted.
# general
s
This message was deleted.
a
create a panel in a dashboard and select
Query Builder
tab. Start typing metric name and you should see some suggestions as in attached image
t
i am not able to see any metrics
a
can you send logs of pod matching
otel-collector-metrics
t
Copy code
2022-07-19T09:27:11.639Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658222831538, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:27:41.639Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658222861541, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:28:11.639Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658222891538, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:28:41.639Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658222921538, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:29:11.556Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658222951524, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
time="2022-07-19T09:29:39Z" level=error msg="dial tcp: i/o timeout" component=clickhouse
i want to fetch all of my k8s pod metrics
how i can do that
i am getting thise error
Copy code
Everything is ready. Begin running and processing data.
2022-07-19T09:51:24.960Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658224284923, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:51:54.964Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658224314923, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:52:24.959Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658224344923, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
2022-07-19T09:52:54.961Z        warn    internal/otlp_metricsbuilder.go:159     Failed to scrape Prometheus endpoint    {"kind": "receiver", "name": "prometheus", "scrape_timestamp": 1658224374923, "target_labels": "map[__name__:up instance:otel-collector:8889 job:otel-collector]"}
a
there seems to be something wrong... are you using the latest helm chart? You might have to upgrade
@Prashant Shahi will be able to help you here once he is available
t
okay could you share me the right upgrade command
@Prashant Shahi could you help me out please
a
@teja which version of signoz are you using? If you are already at 0.9.x checkout https://signoz.io/docs/operate/kubernetes/#upgrade
1st one is to upgrade your chart and the 2nd one is to migrate data from v0.9.x to v0.10.0
t
0.80
0.8.0
i am on 0.8.0 @Ankit Nayan
a
ok...so it will need a set of steps. I think @Prashant Shahi might be available tomorrow. He will help you out then
t
okay
can i try with fresh installation
directly with latest one
a
yeah..that will work
t
can you share the direct commands for that
a
depending on the k8s provider you use -> https://signoz.io/docs/install/kubernetes/
t
ok thsank you
a
👍
t
hi guys
need help on installing signoz
we are having issue with installation
could you share complete steps for fresh installation on eks
a