Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] on ingesting and visualizing Prometheus metrics #78

Closed
ghost opened this issue Mar 29, 2022 · 0 comments
Closed

[question] on ingesting and visualizing Prometheus metrics #78

ghost opened this issue Mar 29, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2022

Excuse my ignorance in this, I'm not sure because this might go beyond what I as a user need to know about Cyclotron. But you might help so thanks in advance.

I have a Prometheus exporter which generates metrics like the following:

(#)HELP process_cpu_user_seconds_total Total user CPU time spent in seconds.
(#)TYPE process_cpu_user_seconds_total counter
process_cpu_user_seconds_total 0.6868070000000001

(#)HELP process_cpu_system_seconds_total Total system CPU time spent in seconds.
(#)TYPE process_cpu_system_seconds_total counter
process_cpu_system_seconds_total 0.060002

(#)HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
(#)TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 0.746809

(#)HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
(#)TYPE process_start_time_seconds gauge
process_start_time_seconds 1648551285
(#)and so on ...

So having this, I couldn't directly ingest as a Prometheus datasource

image

So I'm having an error ERROR: Prometheus Data Source "fastify_metrics_JSON" Failed app.common.js:7128:28.
Do I need Prometheus again to be able to ingest these metrics in Cyclotron ??

Thanks a lot !

@ghost ghost closed this as completed Mar 29, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants