Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs
OpenTelemetry exporter for SAP Cloud Logging is a Node.js package providing a set of auto-configured OpenTelemetry exporters for shipping logs, metrics and traces to SAP Cloud Logging.
https://github.com/sap/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs
cloud-foundry monitoring observability opentelemetry
Last synced: 4 days ago
JSON representation
OpenTelemetry exporter for SAP Cloud Logging is a Node.js package providing a set of auto-configured OpenTelemetry exporters for shipping logs, metrics and traces to SAP Cloud Logging.
- Host: GitHub
- URL: https://github.com/sap/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs
- Owner: SAP
- License: apache-2.0
- Created: 2024-06-17T13:13:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T08:44:32.000Z (about 2 months ago)
- Last Synced: 2025-01-30T00:51:11.138Z (9 days ago)
- Topics: cloud-foundry, monitoring, observability, opentelemetry
- Language: TypeScript
- Size: 87.9 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version npm](https://img.shields.io/npm/v/@sap/opentelemetry-exporter-for-sap-cloud-logging.svg)](https://www.npmjs.com/package/@sap/opentelemetry-exporter-for-sap-cloud-logging)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs)](https://api.reuse.software/info/github.com/SAP/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs)# OpenTelemetry exporter for SAP Cloud Logging for Node.js
:warning: **Beta Version**: This package is should not be used in production yet. APIs and functionality may be subject to breaking changes.
## About this project
OpenTelemetry exporter for SAP Cloud Logging is a Node.js package providing a set of auto-configured OpenTelemetry exporters for shipping logs, metrics and traces to [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCatalog/cloud-logging).
## Requirements and Setup
Check out our [sample app](sample) for details on how to add the provided exporters for logs, metrics and traces to your OpenTelemetry instrumented application.
More details and documentation pages are coming soon.The package is available on npm and can be installed as follows:
```bash
npm i @sap/opentelemetry-exporter-for-sap-cloud-logging
```## Support, Feedback, Contributing
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
## Security / Disclosure
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.## Code of Conduct
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
## Licensing
Copyright 2024 SAP SE or an SAP affiliate company and opentelemetry-exporter-for-sap-cloud-logging-for-nodejs contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/opentelemetry-exporter-for-sap-cloud-logging-for-nodejs).