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

Update telemetry schema with workloads #267

Closed
kwapik opened this issue Aug 31, 2022 · 0 comments · Fixed by #351
Closed

Update telemetry schema with workloads #267

kwapik opened this issue Aug 31, 2022 · 0 comments · Fixed by #351
Assignees

Comments

@kwapik
Copy link
Contributor

kwapik commented Aug 31, 2022

The goal of this ticket is to update the data format which we're sending in logs and traces.

To do that the following changes should be applies to the metricsprocessor:

  1. Add workloads and dropping_workloads attributes with format:
    policy_name:<policy_name>,component_index:<component_index>,workload_index:<workload_index>,policy_hash:<policy_hash>
    
  2. Change concurrency_limiters and dropping_concurrecy_limiters format to:
    policy_name:<policy_name>,component_index:<component_index>,policy_hash:<policy_hash>
    
  3. Change flux_meters format to:
    <flux_meter_name>
    
  4. Add classifiers attribute with format (depends on Add classifiers to flowcontrolv1.CheckResponse #268):
    policy_name:<policy_name>,classifier_index:<classifier_index>
    

Useful links:

  1. Function in metricsprocessor which needs to be changed
@kwapik kwapik assigned kwapik and IridiumOxide and unassigned kwapik Sep 1, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
IridiumOxide added a commit that referenced this issue Sep 7, 2022
harjotgill pushed a commit that referenced this issue Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants