-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from instana/tracy_main_0808
Update README.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |