Yes, it is possible to log traces from different APIs into separate projects within the same service. You can achieve this by setting the project name in the Resource attributes for each trace provider. This involves configuring the TracerProvider with the specified resource attributes that include the project name. By doing so, traces can be directed to different projects based on the project name set in the Resource attributes.Would you like more details on how to implement this setup?Sources:
- Customize Traces
- Slack Discussion
馃挕聽Hint: Mention RunLLM in the thread for followups.