Giter VIP home page Giter VIP logo

Comments (7)

martin-helmich avatar martin-helmich commented on August 18, 2024 1

from prometheus-nginxlog-exporter.

martin-helmich avatar martin-helmich commented on August 18, 2024

Why have you configured your NGINX to listen on ports 4040 and 8500? Two issues with this:

  1. Both the exporter and NGINX are configured to listen on port 4040. That's bound to crash. Pick one (in the default configuration, the exporter is configured to listen on port 4040; NGINX should not touch that port).
  2. The exporter expects a Consul server to be running at 127.0.0.1:8500 (because it's in your configuration file -- remove the consul section if you don't need Consul integration), when in reality it's just your Nginx listening at that port responding with a 404 Not Found. Actually, you probably don't need your Nginx to listen on port 8500 at all.

Long story short: Don't have NGINX listen at ports 4040 and 8500. If you don't have a Consul server running, remove the consul section from the config.

from prometheus-nginxlog-exporter.

rickjames961 avatar rickjames961 commented on August 18, 2024

from prometheus-nginxlog-exporter.

rickjames961 avatar rickjames961 commented on August 18, 2024

from prometheus-nginxlog-exporter.

martin-helmich avatar martin-helmich commented on August 18, 2024

From the FAQ:

Most metrics require certain values to be present in the access log files that are not present in the NGINX default configuration. Especially, make sure that the access log contains the $upstream_response_time, $request_time and/or $body_bytes_sent variables. These need to be enabled in the NGINX configuration (more precisely, the log_format setting) and then added to the format specified for the exporter.

from prometheus-nginxlog-exporter.

rickjames961 avatar rickjames961 commented on August 18, 2024

from prometheus-nginxlog-exporter.

martin-helmich avatar martin-helmich commented on August 18, 2024

Your log formats do not match. You have to customize the exporter's config file to your specific configuration (in this case, concerning NGINX' log_format directive and the exporter's format).

from prometheus-nginxlog-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.