Soner Altin

Results 4 comments of Soner Altin

As I realized now, their dictionary items are different: yok [P:Adj; A:NoVoicing] yok [P:Adj; A:Voicing] But still aren't they include same morphological result?

I'm having a very similar issue, here is my story https://community.grafana.com/t/invalid-metric-data-received-org-id-cannot-be-0-error/51074/3 Example given in this page https://grafana.com/docs/grafana-cloud/metrics-graphite/http-api/ also not working. How can I solve `invalid metric data received: org-id cannot...

Can you also provide an example for adding tags to the HHTP request? Thanks a lot in advance! I tried something like `"tags" = ["key=value"]` and seems like metric is...

> can you try `"key:value"` I tried the following ``` { "name": "test_metrics.dummy", "org_id": 1, "interval": 10, "value": 1, "mtype": "counter", "time": 1628605910, "tags": ["key:value"] } ``` and it returns...