-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
Having configured the timestream adapter and connecting our staging prometheus to it using the remote_read and write config, I see consistent ingest requests and data being put into prometheus, but in the timestream-adapter log I keep seeing the "No measure found" error on multiple metrics, eg:
{"level":"error","ts":1653042262.707845,"caller":"prometheus-timestream-adapter/handler.go:88","msg":"Error executing query","query":{"queries":[{"start_timestamp_ms":1652350762490,"end_timestamp_ms":1652962198836,"matchers":[{"name":"__name__","value":"elastic_beanstalk_upgrades_pending"},{"name":"monitor","value":"master"}],"hints":{"start_ms":1653041962490,"end_ms":1653042262490}}]},"err":"No measure found"}
Any idea what the cause of this might be? is prometheus somehow querying for metrics it hasnt put in the timestream db yet (I did see the 'Done replaying WAL' being done on the remote write endpoint)