Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable port for running the demo service #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xack13
Copy link

@0xack13 0xack13 commented Apr 2, 2022

  • Added new env variable PORT that can be used to specify the port number used to expose the metrics
  • Created a new deployment file as an example of running the demo service in kubernetes using a pod with different containers running on different ports that can be scraped (following the way describe in the DO aricle)
  • These changes should not affect or break any of the existing features so listen-address should still take precedence over the new env variable feature

* Added new env variable "PORT" that can be used to specify the port number used to expose the metrics
* Created a new deployment file as an example of running the demo service in kubernetes using a pod with different containers running on different ports that can be scraped (following the way describe in the DO aricle)
* These changes should not affect or break any of the existing features
@0xack13 0xack13 changed the title Configurable container port for running the container Configurable port for running the demo service Apr 2, 2022
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