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
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a Job on multiple nodes using Spring batch.
And basically, PushGateway's grouping key is used as
hostandjob name.And while maintaining the above metrics,
I want to create a logic that is sent once again by excluding the
hostfrom 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 JobGroup2 -
jobName=A JobI wonder if this is possible and how do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions