Coder Social home page Coder Social logo

Comments (7)

roidelapluie avatar roidelapluie commented on June 10, 2024

just put the host in the status url.

http://myhost/

from apache_exporter.

ketzacoatl avatar ketzacoatl commented on June 10, 2024

That would work if you ran 1 instance of apache. Let's say you have multiple instances of apache running, so you then run one instance of apache_exporter per instance of apache. Each apache_exporter is going to talk to exactly one instance of apache on a particular http://IP:port. The instances get tagged, and you want continuity in the metrics and where they originate from. You do not want it moving around. This is why we point apache_exporter at an IP:port, and then end up needing to include the Host header for applications that rely on that for routing through the vhost configuration.

from apache_exporter.

ketzacoatl avatar ketzacoatl commented on June 10, 2024

When reviewing the HTTP client code, it seems easy to make a spot for the host header, but I'm not 100% sure I see how to do this correctly in the apache_exporter code base. Can anyone point me in the right direction to poke at this some more? Thanks :)

from apache_exporter.

Lusitaniae avatar Lusitaniae commented on June 10, 2024

hi @ketzacoatl , have a look at

https://github.com/Lusitaniae/apache_exporter/blob/master/apache_exporter.go#L168

Just need to change this with new options for http client.

Then add new console flag at

https://github.com/Lusitaniae/apache_exporter/blob/master/apache_exporter.go#L27

from apache_exporter.

ketzacoatl avatar ketzacoatl commented on June 10, 2024

Thanks for the info @Lusitaniae! I've got zero significant golang experience, but I'll see what I can work out :)

from apache_exporter.

Lusitaniae avatar Lusitaniae commented on June 10, 2024

Merged PR should solve it.

from apache_exporter.

ketzacoatl avatar ketzacoatl commented on June 10, 2024

yahoo! thanks!

from apache_exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.