You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add strategy for pulling a host name from an AWS EC2 instance tag. The tag name can be configurable.
When vitals is initialized, this strategy can pull the current running instance's metadata and grab the assign tag for the host name, and that will become the Vitals reporting host name.
This strategy maps a logically determined host name to a metric, that is not a hostname or an instance ID.
Uh oh!
There was an error while loading. Please reload this page.
Add strategy for pulling a host name from an AWS EC2 instance tag. The tag name can be configurable.
When vitals is initialized, this strategy can pull the current running instance's metadata and grab the assign tag for the host name, and that will become the Vitals reporting host name.
This strategy maps a logically determined host name to a metric, that is not a
hostname
or an instance ID.Getting a name tag (requires awscli):
And for reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
The text was updated successfully, but these errors were encountered: