{"id":20345209,"url":"https://github.com/os-observability/tempo-operator","last_synced_at":"2025-04-07T15:10:25.184Z","repository":{"id":59142363,"uuid":"533389348","full_name":"grafana/tempo-operator","owner":"grafana","description":"Grafana Tempo Kubernetes operator","archived":false,"fork":false,"pushed_at":"2025-03-31T16:51:05.000Z","size":3427,"stargazers_count":66,"open_issues_count":62,"forks_count":31,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-01T14:50:13.422Z","etag":null,"topics":["distributed-tracing","grafana","jaeger","jaegertracing","observability","opentelemetry","zipkin"],"latest_commit_sha":null,"homepage":"https://grafana.com/docs/tempo/latest/setup/operator/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grafana.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-06T15:33:15.000Z","updated_at":"2025-03-31T16:51:11.000Z","dependencies_parsed_at":"2022-09-13T02:20:48.399Z","dependency_job_id":"d0ea33cd-3fbd-4d5f-b27d-4e2358f79c79","html_url":"https://github.com/grafana/tempo-operator","commit_stats":{"total_commits":690,"total_committers":17,"mean_commits":"40.588235294117645","dds":0.7144927536231884,"last_synced_commit":"f221206632dda884d5daee973eb4637cc35bd10b"},"previous_names":["os-observability/tempo-operator"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Ftempo-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Ftempo-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Ftempo-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Ftempo-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grafana","download_url":"https://codeload.github.com/grafana/tempo-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675607,"owners_count":20977378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed-tracing","grafana","jaeger","jaegertracing","observability","opentelemetry","zipkin"],"created_at":"2024-11-14T22:07:16.337Z","updated_at":"2025-04-07T15:10:25.146Z","avatar_url":"https://github.com/grafana.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana Tempo operator\n\nThis is a Kubernetes operator for [Grafana Tempo](https://github.com/grafana/tempo).\n\n\n## Features\n\n* **Resource Limits** - Specify overall resource requests and limits in the `TempoStack` CR; the operator assigns fractions of it to each component\n* **AuthN and AuthZ** - Supports OpenID Control (OIDC) and role-based access control (RBAC)\n* **Managed upgrades** - Updating the operator will automatically update all managed Tempo clusters\n* **Multitenancy** - Multiple tenants can send traces to the same Tempo cluster\n* **mTLS** - Communication between the Tempo components can be secured via mTLS\n* **Jaeger UI** - Traces can be visualized in Jaeger UI and exposed via Ingress or OpenShift Route\n* **Observability** - The operator and `TempoStack` operands expose telemetry (metrics, traces) and integrate with Prometheus `ServiceMonitor` and `PrometheusRule`\n\n\n## Documentation\n\n* [Operator documentation](https://grafana.com/docs/tempo/next/setup/operator/)\n* [Tempo CRD design](https://docs.google.com/document/d/1avSSf__R226l2b3hbcpXlYH7w6iKtXZsd9VTcpxDqng/edit)\n\n\n## Deploy\n\n1. Install cert-manager and minio: `make cert-manager deploy-minio`\n\n2. Build and deploy operator:\n\n```bash\nIMG_PREFIX=docker.io/${USER} OPERATOR_VERSION=$(date +%s).0.0 make docker-build docker-push deploy\n``` \n\n3. Create a secret for minio in the namespace you are using:\n```yaml\nkubectl apply -f - \u003c\u003cEOF\napiVersion: v1\nkind: Secret\nmetadata:\n  name: minio-test\nstringData:\n  endpoint: http://minio.minio.svc:9000\n  bucket: tempo\n  access_key_id: tempo\n  access_key_secret: supersecret\ntype: Opaque\nEOF\n```\n4. Create Tempo CR:\n\n```yaml\nkubectl apply -f - \u003c\u003cEOF\napiVersion: tempo.grafana.com/v1alpha1\nkind: TempoStack\nmetadata:\n  name: simplest\nspec:\n  storage:\n    secret:\n      name: minio-test\n      type: s3\n  storageSize: 1Gi\n  resources:\n    total:\n      limits:\n        memory: 2Gi\n        cpu: 2000m\n  template:\n    queryFrontend:\n      jaegerQuery:\n        enabled: true\nEOF\n```\n\n\n## Community\n\n* [Grafana Slack #tempo-operator](https://grafana.slack.com/archives/C0414EUU39A)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fos-observability%2Ftempo-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fos-observability%2Ftempo-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fos-observability%2Ftempo-operator/lists"}