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

Add support for pipeline metrics in the platform #74

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tobim
Copy link
Member

@tobim tobim commented Mar 3, 2025

No description provided.

@@ -3,6 +3,13 @@
cat <<EOF > /config.json
{
"identities": [
{
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is problematic, as the seaweed service must be reachable publicly for the downloads to work.

The platform needs to make this data available via the cli instead.

- STORE__TYPE=${TENZIR_PLATFORM_STORE_TYPE}
- STORE__POSTGRES_URI=postgresql://${TENZIR_PLATFORM_POSTGRES_USER}:${TENZIR_PLATFORM_POSTGRES_PASSWORD}@${TENZIR_PLATFORM_POSTGRES_HOSTNAME}/${TENZIR_PLATFORM_POSTGRES_DB}
- BLOB_STORAGE__ENDPOINT_URL=http://seaweed:8333
- BLOB_STORAGE__PUBLIC_ENDPOINT_URL=${TENZIR_PLATFORM_BLOBS_ENDPOINT}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Write a script that syncs the s3 metrics bucket content to the local fs or does the analysis directly so I won't have to remember what env variables need to be set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant