forked from canonical/oci-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-1714459201
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
notify: | ||
emails: | ||
- [email protected] | ||
mattermost-channels: | ||
- 1ayd5kim67bbing34i3h1x9uac |
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
version: 1 | ||
# --- OVERVIEW INFORMATION --- | ||
application: tempo | ||
description: > | ||
Tempo is a distributed tracing backend by Grafana, supporting Jaeger, | ||
Zipkin, and OpenTelemetry protocols. | ||
Read more on the [official website](https://grafana.com/oss/tempo/). | ||
# --- USAGE INFORMATION --- | ||
docker: | ||
parameters: | ||
- -p 3200:3200 | ||
- -p 14268:14268 | ||
- -p 9095:9095 | ||
- -p 4317:4317 | ||
- -p 4318:4318 | ||
- -p 9411:9411 | ||
access: Access your Tempo API at `http://localhost:3200`. Ingestion endpoints for each format open a separate port. | ||
parameters: | ||
- type: -e | ||
value: 'TZ=UTC' | ||
description: Timezone. | ||
- type: -p | ||
value: '3200:3200' | ||
description: Tempo HTTP API port. | ||
- type: -p | ||
value: '9095:9095' | ||
description: Tempo GRPC API port. | ||
- type: -p | ||
value: '14268:14268' | ||
description: Jaeger thrift format ingestion port. | ||
- type: -p | ||
value: '4317:4317' | ||
description: OpenTelemetry GRPC ingestion port. | ||
- type: -p | ||
value: '4318:4318' | ||
description: OpenTelemetry HTTP ingestion port. | ||
- type: -p | ||
value: '9411:9411' | ||
description: Zipkin format ingestion port. | ||
debug: | ||
text: | | ||
### Debugging | ||
To debug the container: | ||
```bash | ||
docker exec -it tempo-container pebble logs -f tempo | ||
``` | ||
To get an interactive shell: | ||
```bash | ||
docker exec -it tempo-container /bin/bash | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version: 1 | ||
upload: | ||
- source: canonical/tempo-rock | ||
commit: 5016f4389f8a292be866f553ca0ff4cb3999f992 | ||
directory: "2.4.0" | ||
release: | ||
2.4.0-22.04: | ||
end-of-life: "2025-05-03T00:00:00Z" | ||
risks: | ||
- stable | ||
2.4-22.04: | ||
end-of-life: "2025-05-03T00:00:00Z" | ||
risks: | ||
- stable | ||
2-22.04: | ||
end-of-life: "2025-05-03T00:00:00Z" | ||
risks: | ||
- stable |