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

Log "ops" events do not log the hostname #192

Closed
jainnitin opened this issue Sep 16, 2014 · 1 comment · Fixed by #211
Closed

Log "ops" events do not log the hostname #192

jainnitin opened this issue Sep 16, 2014 · 1 comment · Fixed by #211
Labels
feature New functionality or improvement
Milestone

Comments

@jainnitin
Copy link

In Good 2.3.0, an example ops event looks like as follows:
Notice that there is no hostname logged without which its not possible to tell which server emitted this log.

{
  "event": "ops",
  "timestamp": 1410475880719,
  "os": {
    "load": [1.4755859375, 1.31201171875, 1.31982421875],
    "mem": {
      "total": 17179869184,
      "free": 3952799744
    },
    "uptime": 782823
  },
  "proc": {
    "uptime": 3450,
    "mem": {
      "rss": 84946944,
      "heapTotal": 69539072,
      "heapUsed": 35637192
    },
    "delay": 0.10170799493789673
  },
  "load": {
    "requests": {
      "8080": {
        "total": 0,
        "disconnects": 0,
        "statusCodes": {}
      }
    },
    "concurrents": {
      "8080": 0
    },
    "responseTimes": {
      "8080": {
        "avg": 0,
        "max": 0
      }
    }
  }
}
@arb arb added the feature New functionality or improvement label Oct 7, 2014
@arb arb added this to the 3.1.0 milestone Oct 7, 2014
@arb arb self-assigned this Oct 16, 2014
@geek geek closed this as completed in #211 Oct 16, 2014
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot unassigned arb Jan 9, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New functionality or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants