-
Notifications
You must be signed in to change notification settings - Fork 2
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
Logging service #52
base: master
Are you sure you want to change the base?
Logging service #52
Conversation
…mes protobuf message
Combine service_ping and device_ping Added lumberjack to docker-compose
Added lumberjack to orchestra level make Added additional env variables to Dockerfile
…of task queue -Added getQueueLength to plane.js and router -Set pstatus to offline if greater than env variable, queueLimit
This branch will be squashed into one big commit on merge. I know it's not ideal, but I have tried rebasing interactively and the new history always turns out to be just as messy as the old one. |
Logging test fix
test('clear data', async () => { | ||
expect(service.clearData()).toBeTruthy(); | ||
}); |
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.
What happened to this test?
url: http://influx:8086 | ||
# <string> database name, if used | ||
database: ${DB_NAME} | ||
database: lumberjack |
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, I don't recommend changing this. It makes it more difficult to change hostnames and ports for alternate deployments. That is why we used the uavaustin/grafana
image instead of the default grafana/grafana
image.
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.
I couldn't get the custom uavaustin/grafana image working. But for environment variable interpolation, base grafana allows us to do this. In the latest commit, I added back the environment variables in data sources.
I'm still getting an undefined response from the requests in the service even if the urls are matching with the nocks