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

Robusta does not include tags when posting alerts to OpsGenie sink #1109

Open
volver-13 opened this issue Oct 6, 2023 · 1 comment
Open
Labels
bug Something isn't working sink A new sink/Problem with a sink

Comments

@volver-13
Copy link

Describe the bug

Robusta does not include tags when posting alerts to OpsGenie sink

To Reproduce

I have the following sinks configuration:

sinksConfig:
- ms_teams_sink:
    name: main_ms_teams_sink_product_a
    webhook_url: xxxx
    match:
      labels: "business=product_a"
- ms_teams_sink:
    name: main_ms_teams_sink_product_b
    webhook_url: xxxx
    match:
      labels: "business=product_b"
- ms_teams_sink:
    name: main_ms_teams_sink_default
    webhook_url: xxxxx
    match:
      severity: [INFO, LOW, MEDIUM, HIGH]
- opsgenie_sink:
    name: opsgenie_sink
    api_key: <opsgenie_sink_token>
    teams:
    - "SRE-TEAM"
    tags:
    - "application-cluster"
- robusta_sink:
    name: robusta_ui_sink
    token: <robusta_sink_token>

Expected behavior

Sink configured acording to documentation
Alerts are posted to OpsGenie with application-cluster tag.

Actual behavior

Unfortunately application-cluster is not included in the alerts in OpsGenie

Robusta version (please complete the following information):

I'm running latest robusta version 0.10.24

@Sheeproid Sheeproid added sink A new sink/Problem with a sink bug Something isn't working labels Oct 31, 2023
@aantn
Copy link
Collaborator

aantn commented Nov 6, 2023

Hey, this looks like a bug. If you're interested in helping to fix it, please let us know! We'll be happy to guide you to the right place in the code + with instructions on building Robusta locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sink A new sink/Problem with a sink
Projects
None yet
Development

No branches or pull requests

3 participants