Skip to content

Commit

Permalink
Merge branch 'main' into update-1714459201
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored May 3, 2024
2 parents 08aaebb + e8dd8bc commit 50b42f3
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oci/tempo/contacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notify:
emails:
- [email protected]
mattermost-channels:
- 1ayd5kim67bbing34i3h1x9uac
54 changes: 54 additions & 0 deletions oci/tempo/documentation.yaml
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
```
18 changes: 18 additions & 0 deletions oci/tempo/image.yaml
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

0 comments on commit 50b42f3

Please sign in to comment.