Code Monkey home page Code Monkey logo

Comments (3)

christiand93 avatar christiand93 commented on June 12, 2024 1

Please note that unregistered custom fields will not show up in logging messages at all currently. However, we will add a mechanism to log any unregistered custom fields as top-level fields to make them available as non-indexed fields in Kibana.

from cf-nodejs-logging-support.

christiand93 avatar christiand93 commented on June 12, 2024 1

As of version 6.1.0 unregistered fields will be added as top-level fields.

from cf-nodejs-logging-support.

KarstenSchnitter avatar KarstenSchnitter commented on June 12, 2024

Thanks, for you nice feedback. Let me explain a little bit about the need to register custom fields. You are always welcome to add any fields you like to the structure of the log message. However, declaring a field as a custom field is a feature specifically targeting the SAP Cloud Platform. It tells the Application Logging Service to parse this field (as a string) and provide it as a searchable field to Kibana. This is a decision, that should be taken deliberately, considering the need for each field, since the overall number of custom fields is limited. The registration mechanism in its current form was introduced, to avoid the accidental creation of custom fields. If you create too many custom fields you may find your app blocked from the Application Logging Service. Note, that if you do not register your fields as custom fields, they will still be part of the message in Kibana as top-level fields of the JSON message. The only drawback is, that they are not indexed, so that you cannot build visualisations based on those fields.

With that in mind, I would conclude, that the custom fields mechanism is a very specific feature of this library with respect to the SAP Cloud Platform. It will only be useful to applications, running on that platform. As developers of the Application Logging Service we need to protect our stack against the ingestion of too many custom fields. If we drop the registration in the library, we would need to employ other measures, e.g. registration of custom fields during the bind service operation. But this would mean an even worse experience. If you have other suggestions, please let us know.

from cf-nodejs-logging-support.

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.