Skip to content

Commit

Permalink
Merge pull request #1 from instana/tracy_main_0808
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
duanxli authored Aug 8, 2023
2 parents fd2f80c + 3b392e0 commit 64062c5
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# instana-samples
# Instana sample files

## Scope

The purpose of this project is to provide sample files and code snippets for Instana, for example, configuration yaml files, script sample files, and so on. You can directly download these files for either installing or configuring Instana.

## Usage

To understand and use Instana, see the [documentation](https://www.ibm.com/docs/en/instana-observability/current) and select the appropriate version.

In the documentation, if the sample yaml file or script file is long, it is not included in the content. Instead, it is available inside this repo and linked to from the topic. By clicking the link in the topic, you open the specific file url and can then download the file to your local directory for direct use.

## Contributing

Pull requests are very welcome! Make sure that your patches are tested. Ideally create a topic branch for every separate change that you make. For example:

1. Fork the repo.
2. Create your feature branch (git checkout -b my-new-feature).
3. Commit your changes (git commit -am 'Added some feature').
4. Push to the branch (git push origin my-new-feature).
5. Create new Pull Request.

0 comments on commit 64062c5

Please sign in to comment.