Skip to content

What is the meaning of "less attribute not found" ? #1368

Answered by chazlarson
gitttt54 asked this question in Q&A
Discussion options

You must be logged in to vote

To answer your question specifically; the meaning is that those values are not present in your config, so PMM is telling you what it is using as the defaults.

you have:

    operations:
      delete_collections:
        managed: false

rather than:

    operations:
      delete_collections:
        managed: false
        configured: false
        less: 0

So PMM's just letting you know what it's doing.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gitttt54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants