https://github.com/cisco-open/observability-examples
Cisco Observability Platform Examples
https://github.com/cisco-open/observability-examples
Last synced: about 2 months ago
JSON representation
Cisco Observability Platform Examples
- Host: GitHub
- URL: https://github.com/cisco-open/observability-examples
- Owner: cisco-open
- License: apache-2.0
- Created: 2024-03-29T23:03:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T02:59:30.000Z (12 months ago)
- Last Synced: 2024-05-06T03:41:19.057Z (12 months ago)
- Language: Makefile
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cisco Observability Platform Examples
[](https://github.com/cisco-open/observability-examples/actions/workflows/lint.yml)
[](CODE_OF_CONDUCT.md)
[](https://opensource.cisco.com)
[](https://securityscorecards.dev/viewer/?uri=github.com/cisco-open/observability-examples)Cisco Observability Platform is an extensible platform for all applications of
observability. This repository contains examples of how to build solutions using
core features of the platform like entity modeling, data ingestion, processing
and visualization using dashboards.## Getting Started
Each directory in examples contains a solution example. Each example has its own
README.md file that describes the example and how to run it.To set up the environment for running the examples, follow the instructions
below.### Prerequisites
This is an example of how to list things you need to use the software and how to
install them.- brew
Install [Homebrew](https://brew.sh) if not already installed.
- fsoc
```sh
brew install cisco-open/tap/fsoc
```- jq
```sh
brew install jq
```### Installation
1. Clone the repo
```sh
git clone https://github.com/cisco-open/observability-examples.git
```### Validation
[Configure fsoc to use your Cisco Observability Platform tenant](https://github.com/cisco-open/fsoc#Configure)
```shell
make integration_test
```## Roadmap
See
the [open issues](https://github.com/cisco-open/observability-examples/issues)
for a list of proposed features (and known issues).## Contributing
Contributions are what make the open source community such an amazing place to
learn, inspire, and create. Any contributions you make are **greatly appreciated
**. For detailed contributing guidelines, please
see [CONTRIBUTING.md](CONTRIBUTING.md)## License
Distributed under the `Apache Software License` License. See [LICENSE](LICENSE)
for more information.## Contact
For all project feedback, please
use [Github Issues](https://github.com/cisco-open/observability-examples/issues).