-
Notifications
You must be signed in to change notification settings - Fork 13
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
introduce the start service collector #6
introduce the start service collector #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things on naming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some other comments but ok
looks good |
@stefanotorresi also we should state in the documentation how we generate the things etc, but this is for the final review of the pr, sofar I think is good! |
thanks for the feedback, @MalloZup! good round! I will get at it immediately and ping you once this is ready. |
dbcbd14
to
1151d3a
Compare
README.md
Outdated
$ ./sap_host_exporter | ||
INFO[0000] Serving metrics on 0.0.0.0:9680 | ||
```shell | ||
./sap_host_exporter --sap-control-url http://foobarbaz:50013 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have here like ```./sap_host_exporter --sap-control-url http://SAP_INSTANCE_URL_AND_NUMBER:50013````
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SAP_URL = 'http://host:port?wsdl'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm yeah I'll make it more explanatory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! thx! I just left some minor comments
I will review it more in deep tomorrow since I'm starting to be tired 😁
@MalloZup can I merge this? |
Here is a working draft. If it looks good for you, I will proceed with writing some tests for it.