Recorder exclude config not working or being ignored

I just got an EPlite and need to exclude some of its entities from the recorder to avoid data logging getting spammed multiple times per second, but need to keep the entities themselves enabled to use zone configurator and zones.
followed their guide to exclude the entities from recorder, NEW data still being seen in the history for said entities (screenshot below of configuration, time it was saved, and time AFTER having new data in the history (home assistant was restarted after saving))


I don’t know if formatting, positioning, or if theres a different way to format the entity that i may be doing wrong.
guide followed was found here Everything Presence Lite (EPL)

edit: i ran into recorder errors when using the entities tag instead of entity_glob, so i reverted to glob

edit2: heres the requested code (i ended up on the original line from the guide)

recorder:
  exclude:
    entity_globs:
      - sensor.everything_presence_lite*target*

the last modified timestamp is still relevent here as the time the graph continued to populate with new data came after the configuration was updated and HA rebooted

Very hard to read whatever is in that picture.
Would you be so kind as to adjusting the format of your code so that we can read it properly & check the YAML spacing, etc. Editing your original is the preferred way. grab the text from youe screen ald paste it here with the formatting help here:
You can use the </> button like this… How to format your code in forum posts
OR… Here is an example of how to fix formatting from the site FAQ Page.
How to help us help you - or How to ask a good question.

updated post with requested relevant information

someone on reddit has since helped me solve this and explained the graph still working while viewing it. the problem as been solved, can close this topic