-
Notifications
You must be signed in to change notification settings - Fork 0
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
ingest process monitoring seems to be not working #232
Comments
Using the command "sudo journalctl -u node_exporter.service -r"
And these errors appear to be in all of these jobs... job_v01_metar_grib2_model_rap__ops__130_adb_cb1.prom which is pretty much all of the ingest jobs that matter. So there is a bug in the scraper somewhere. |
editing /data/common/job_metrics/job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1.prom and looking at line 8 shows there is no number at the end of the line 8 job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1{ingest_id="ingest_recorded_record_count",log_file="/data/temp_tar/tmp.Frz81qGaqL/job_v01_metar_ctc_sum_model_hrrr__rap__130-2023-08-29:19:00:02.log"} |
Did you get this figured out?
…On Tue, Aug 29, 2023 at 1:15 PM randytpierce ***@***.***> wrote:
editing
/data/common/job_metrics/job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1.prom
and looking at line 8 shows there is no number at the end of the line 8
job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1{ingest_id="ingest_recorded_record_count",log_file="/data/temp_tar/tmp.Frz81qGaqL/job_v01_metar_ctc_sum_model_hrrr__rap__130-2023-08-29:19:00:02.log"}
which is the recorded record count.
Looking into why that is.
—
Reply to this email directly, view it on GitHub
<#232 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6HZOXACLWV5AZMVQP37X3XXY5WTANCNFSM6AAAAAA4DMPZCM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Bonny Strong
NOAA/GSL and CIRA
office: (719) 301-6195 or home: (970) 669-1188
|
I'm working on it at the moment. The ingest is happening but not the
monitoring.
randy
On Tue, Aug 29, 2023 at 5:00 PM bonnystrong ***@***.***>
wrote:
… Did you get this figured out?
On Tue, Aug 29, 2023 at 1:15 PM randytpierce ***@***.***>
wrote:
> editing
>
/data/common/job_metrics/job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1.prom
> and looking at line 8 shows there is no number at the end of the line 8
>
job_v01_metar_ctc_sum_model_hrrr__rap__130_adb_cb1{ingest_id="ingest_recorded_record_count",log_file="/data/temp_tar/tmp.Frz81qGaqL/job_v01_metar_ctc_sum_model_hrrr__rap__130-2023-08-29:19:00:02.log"}
> which is the recorded record count.
> Looking into why that is.
>
> —
> Reply to this email directly, view it on GitHub
> <#232 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AG6HZOXACLWV5AZMVQP37X3XXY5WTANCNFSM6AAAAAA4DMPZCM>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Bonny Strong
NOAA/GSL and CIRA
office: (719) 301-6195 or home: (970) 669-1188
—
Reply to this email directly, view it on GitHub
<#232 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDVQPXQH6N66Q6JRRKUSQ3XXZYA5ANCNFSM6AAAAAA4DMPZCM>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
Randy Pierce
|
This was caused by a bug in the import docs routine. fixed now. |
discovered another problem with this. Some of the scraped fields are being parsed wrongly because we have prepended some fields to the newer log messages. Need to adjust the parsing to match. |
It seems that the ingest process monitoring is broken somehow. I see metrics being generated but they do not look correct to me. I see the node_exporter service running and the textfile collector is specified to scrape the metrics directory i.e. --collector.textfile.directory=/data/common/job_metrics but I don't see any data in the graphana dashboard for ingest processes. This seems important so I'm working on it now.
The text was updated successfully, but these errors were encountered: