First, I am using Google StackDriver (Google Cloud Plataform) I have a chart that shows me information amount of entry log for a specific rule, using "Logs-based metrics".
The chart contains 2 labels: "Value" and "Name". Value is amount the entry log. Name is "information about log and names of resources"
My problems is, I do not understand why the chart is printing 2 differents lines (2 colors/rows).
Why there are 2 differentes lines color/rows if is the same rule? I see a differente value of date, but I do not understand it. When the chart will generate a new serie (color/row)?
Follow the example below:
I found the answer for this case. Each line references to each version of app. In this case, this chart is about informations request for unique GAE module. I saw that value "gae_app(2017...)" is the version that was deployed.
So, now I get it.
Thank you all for the attention