Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started tutorial #923

Merged
merged 29 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
945d582
add missing instruction to enable UI for linux (optional)
moxious May 24, 2024
148795e
make note of hot reloading
moxious May 24, 2024
8df108a
get started tutorial first commit
moxious May 24, 2024
5280e95
fix shortcodes
moxious May 24, 2024
64b9672
fix bad pastes on shortcodes
moxious May 24, 2024
2c2d064
yet more shortcode fixes
moxious May 24, 2024
38d2cb8
shortcodes
moxious May 24, 2024
06188fb
iterate
moxious May 24, 2024
e44a93f
modifications from build inspection
moxious May 24, 2024
b2d364e
today I learned that macos is a programming language but macOS isn't :)
moxious May 24, 2024
16641be
loki deserves an upgrade
moxious May 24, 2024
2665e34
upgrade grafana to 11.0.0 as use of :latest is considered antipattern
moxious May 24, 2024
4e7d92f
Apply suggestions from code review
moxious May 28, 2024
fbfd14e
link at the bottom
moxious May 28, 2024
1339b76
need to use sudo in order to edit that file
moxious Jun 3, 2024
7746125
add docker compose alteration
moxious Jun 3, 2024
fc81207
applying Lisa's PR feedback
moxious Jun 4, 2024
51f20ea
Apply suggestions from code review
moxious Jun 4, 2024
86d2dc7
clayton comments on debuging UI
moxious Jun 5, 2024
f54bc24
clayton comments on docker-compose
moxious Jun 5, 2024
2c4efba
Apply suggestions from code review
moxious Jun 5, 2024
007f18d
Merge branch 'getting-started-tutorial' of https://github.com/grafana…
moxious Jun 5, 2024
7756874
Apply suggestions from code review
moxious Jun 10, 2024
ee4e799
cleanup issues related to the debug UI
moxious Jun 10, 2024
32d5dd3
Update docs/sources/tutorials/get-started.md
moxious Jun 10, 2024
cdf4f67
Apply suggestions from code review
moxious Jun 11, 2024
1f9ce83
apply some rfratto suggestions
moxious Jun 11, 2024
9087460
Merge branch 'main' into getting-started-tutorial
clayton-cornell Jun 12, 2024
a456a70
PR feedback
moxious Jun 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply some rfratto suggestions
moxious committed Jun 11, 2024
commit 1f9ce83d9f75b579d4587b8bf2d141ec437e51a3
4 changes: 2 additions & 2 deletions docs/sources/tutorials/get-started.md
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ local.file_match "local_files" {
}
```

This component creates a [local.file_match][] component named `local_files` with an attribute that tells {{< param "PRODUCT_NAME" >}} which files to source, and to check every 5 seconds.
This component creates a [local.file_match][] component named `local_files` with an attribute that tells {{< param "PRODUCT_NAME" >}} which files to source, and to check for new files every 5 seconds.

### Second component: Scraping

@@ -186,7 +186,7 @@ sudo cp config.alloy /etc/alloy/config.alloy

{{< /code >}}

Finally, call the reload endpoint to alert {{< param "PRODUCT_NAME" >}} to the configuration change without the need
Finally, call the reload endpoint to notify {{< param "PRODUCT_NAME" >}} to the configuration change without the need
for restarting the system service.

```bash