Replies: 2 comments
-
I'm sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's also fine to ask here. You can do what you want, but you have to do it in two separate pushes. It's just another line in your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a Job on multiple nodes using Spring batch.
And basically, PushGateway's grouping key is used as
host
andjob name
.And while maintaining the above metrics,
I want to create a logic that is sent once again by excluding the
host
from the grouping key and configuring it only with thejob name
.for example
When A Job is executed, we want to have two Groups in PushGateway.
Group1 -
host=node1
,jobName=A Job
Group2 -
jobName=A Job
I wonder if this is possible and how do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions