-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: use Grafana OTLP collector #345
Conversation
ec1dd6b
to
46249b8
Compare
Terraform Feature Environment (dev-345)Terraform Initialization ⚙️
|
46249b8
to
50373cb
Compare
50373cb
to
58466f4
Compare
@@ -20,3 +20,5 @@ signer_configs = [ | |||
} | |||
] | |||
jwt_signature_pk_url = "https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com" | |||
otlp_endpoint = "https://otel.dev.api.pagoda.co:443/v1/traces" | |||
opentelemetry_level = "debug" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... should it be info? We are not very strict with levels though :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking to use info for mainnet/testnet and debug for dev just so we have more information there
Terraform Feature Environment Destroy (dev-345)Terraform Initialization ⚙️
|
Do not merge yet, just trying to see if it works with a feature env