fluent-logger-python | A structured logger for Fluentd
kandi X-RAY | fluent-logger-python Summary
kandi X-RAY | fluent-logger-python Summary
A structured logger for Fluentd (Python)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Emit a record
- Send data
- Calls the buffer overflow handler
- Create a new EventTime instance
- Create a msgpack packet
- Emit an event with the given timestamp
- Wait until the socket is closed
- Send bytes to the queue
- Try to connect to the socket
- Format a record according to the format
- Handle structuring message
- Add dict to data
- Format a record
- Sends bytes from the queue
- Close the socket
- Returns the sender instance
- Create a sender instance
- Emit an event
- Send data to the socket
- Format a JSON message
fluent-logger-python Key Features
fluent-logger-python Examples and Code Snippets
Community Discussions
Trending Discussions on fluent-logger-python
QUESTION
I've been using Stackdriver Logging for a long time and now I'd like to also take advantage of Error Reporting. I'd prefer to use Python's logging mechanism and scrape exceptions out of a log file if possible (for various reasons) rather than using the error_reporting library. That being said, the documentation is very confusing. For example the documentation says: https://cloud.google.com/error-reporting/docs/setup/compute-engine#log_exceptions
First, install the fluent-logger-python library:
sudo pip install google-cloud-error-reporting --upgrade
which leads me to believe that google-cloud-error-reporting is a fork of or related to fluent-logger-python however, when I initialize google-cloud-error-reporting it directly calls out to the GCE metadata server rather than connecting to the local fluentd. Are these two unrelated packages or is the documentation wrong or misleading? If I send JSON formatted exceptions to fluentd or to a log file monitored by fluentd will error reporting understand them?
Thanks for any clarifications
...ANSWER
Answered 2017-Sep-06 at 22:20The documentation is wrong.
TL;DR You have to output something that looks like https://cloud.google.com/error-reporting/docs/formatting-error-messages
Here's my solution:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fluent-logger-python
You can use fluent-logger-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page