Add convenience function for setting instance to the IP. by brian-brazil · Pull Request #78 · prometheus/client_java · GitHub
Skip to content

Add convenience function for setting instance to the IP.#78

Merged
brian-brazil merged 1 commit into
masterfrom
pushgateway
Jul 9, 2015
Merged

Add convenience function for setting instance to the IP.#78
brian-brazil merged 1 commit into
masterfrom
pushgateway

Conversation

@brian-brazil

Copy link
Copy Markdown
Contributor

The new pushgateway url doesn't support setting the instance to the client IP,
so for those who were doing:
pg.push(registry, "job", "");
they can now do:
pg.push(registry, "job", PushGateway.instanceIPGroupingKey());
instead in many cases.

The new pushgateway url doesn't support setting the instance to the client IP,
so for those who were doing:
pg.push(registry, "job", "");
they can now do:
pg.push(registry, "job", PushGateway.instanceIPGroupingKey());
instead in many cases.
@mred-cmd

mred-cmd commented Jul 9, 2015

Copy link
Copy Markdown

brian-brazil added a commit that referenced this pull request Jul 9, 2015
Add convenience function for setting instance to the IP.
@brian-brazil brian-brazil merged commit 8f77b45 into master Jul 9, 2015
@brian-brazil brian-brazil deleted the pushgateway branch August 21, 2015 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants